A Demo Project for the UnrealEngineSDK
|
A blueprint class with 2 graphs. More...
#include "/Game/Blueprints/InteractiveObjects/Pedestal/Blueprint/InteractiveObjects"
Public Attributes | |
TArray< FText > | ActiveSteps |
Active Steps. | |
USceneComponent * | DefaultSceneRoot |
Default Scene Root. | |
Protected Attributes | |
UStoryManager * | StoryManagerRef |
Story Manager Ref. | |
Private Member Functions | |
void | EventGraph () |
void | UserConstructionScript () |
A blueprint class with 2 graphs.
UDF Path: /Game /Blueprints /InteractiveObjects /Pedestal /Blueprint /InteractiveObjects
Config: Config/DefaultEngine.ini
Definition at line 11 of file AInteractiveObjects_C.h.
|
privateBlueprint |
Definition at line 17 of file AInteractiveObjects_C.cpp.
|
privateBlueprint |
Definition at line 13 of file AInteractiveObjects_C.cpp.
TArray<FText> AInteractiveObjects_C::ActiveSteps |
Active Steps.
Definition at line 15 of file AInteractiveObjects_C.h.
USceneComponent* AInteractiveObjects_C::DefaultSceneRoot |
Default Scene Root.
Definition at line 14 of file AInteractiveObjects_C.h.
|
protected |
Story Manager Ref.
Definition at line 18 of file AInteractiveObjects_C.h.