A Demo Project for the UnrealEngineSDK
|
A blueprint class with 2 graphs. More...
#include "/PixoCore/Blueprints/DebugSteps/DebugButtonW"
Public Attributes | |
TEnumAsByte< DebugButtonE > | ButtonType |
Button Type. | |
Protected Attributes | |
FOnButtonClicked | OnButtonClicked |
On Button Clicked. | |
Private Member Functions | |
void | EventGraph () |
void | OnButtonClicked () |
A blueprint class with 2 graphs.
UDF Path: /PixoCore /Blueprints /DebugSteps /DebugButtonW
Config: Config/DefaultEngine.ini
Definition at line 11 of file UDebugButtonW_C.h.
|
privateBlueprint |
Definition at line 13 of file UDebugButtonW_C.cpp.
|
privateBlueprint |
TEnumAsByte<DebugButtonE> UDebugButtonW_C::ButtonType |
Button Type.
Definition at line 14 of file UDebugButtonW_C.h.
|
protected |
On Button Clicked.
Definition at line 17 of file UDebugButtonW_C.h.