A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
ABP_VideoPanel_C Class ReferenceBlueprint

A blueprint class with 2 graphs. More...

#include "/PixoLobby/Blueprints/BP_VideoPanel"

Inheritance diagram for ABP_VideoPanel_C:
[legend]

Public Attributes

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

Protected Attributes

UMediaPlayer * MediaPlayer
 Media Player.
 

Private Member Functions

void EventGraph ()
 
 GENERATED_BODY ()
 
void UserConstructionScript ()
 

Detailed Description

A blueprint class with 2 graphs.

UDF Path:  /PixoLobby /Blueprints /BP_VideoPanel
Config: Config/DefaultEngine.ini

Definition at line 12 of file ABP_VideoPanel_C.h.

Member Function Documentation

◆ EventGraph()

void ABP_VideoPanel_C::EventGraph ( )
privateBlueprint
Event Graph

Definition at line 17 of file ABP_VideoPanel_C.cpp.

◆ GENERATED_BODY()

AVideoPanel::GENERATED_BODY ( )
privateinherited

◆ UserConstructionScript()

void ABP_VideoPanel_C::UserConstructionScript ( )
privateBlueprint
User Construction Script

Definition at line 13 of file ABP_VideoPanel_C.cpp.

Member Data Documentation

◆ InteractionWidget

UWidgetComponent* AVideoPanel::InteractionWidget
inheritedBlueprintReadWriteEditAnywhere

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

Definition at line 27 of file VideoPanel.h.

◆ MediaPlayer

UMediaPlayer* ABP_VideoPanel_C::MediaPlayer
protected

Media Player.

Definition at line 16 of file ABP_VideoPanel_C.h.

◆ RootMeshComponent

UStaticMeshComponent* AVideoPanel::RootMeshComponent
inheritedBlueprintReadWriteEditAnywhere

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

Definition at line 22 of file VideoPanel.h.


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