A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
AVideoPanel Class Reference

UCLASS() More...

#include <VideoPanel.h>

Inheritance diagram for AVideoPanel:
[legend]

Public Member Functions

 AVideoPanel ()
 

Public Attributes

UWidgetComponentInteractionWidget
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Components")
 
UStaticMeshComponentRootMeshComponent
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Components")
 

Private Member Functions

 GENERATED_BODY ()
 

Detailed Description

UCLASS()

Definition at line 11 of file VideoPanel.h.

Constructor & Destructor Documentation

◆ AVideoPanel()

AVideoPanel::AVideoPanel ( )

Definition at line 4 of file VideoPanel.cpp.

Member Function Documentation

◆ GENERATED_BODY()

AVideoPanel::GENERATED_BODY ( )
private

Member Data Documentation

◆ InteractionWidget

UWidgetComponent* AVideoPanel::InteractionWidget
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Components")

Definition at line 27 of file VideoPanel.h.

◆ RootMeshComponent

UStaticMeshComponent* AVideoPanel::RootMeshComponent
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Components")

Definition at line 22 of file VideoPanel.h.


The documentation for this class was generated from the following files: