A Demo Project for the UnrealEngineSDK
|
A blueprint class with 2 graphs. More...
#include "/PixoCore/Blueprints/UI/ButtonWidget"
Public Attributes | |
FLinearColor | ButtonColorHovered |
Button Color Hovered. | |
FLinearColor | ButtonColorNormal |
Button Color Normal. | |
FLinearColor | ButtonColorPressed |
Button Color Pressed. | |
FText | ButtonName |
Button Name. | |
FLinearColor | TextColor |
Text Color. | |
Protected Attributes | |
FOnButtonClicked | OnButtonClicked |
On Button Clicked. | |
Private Member Functions | |
void | EventGraph () |
void | OnButtonClicked () |
A blueprint class with 2 graphs.
UDF Path: /PixoCore /Blueprints /UI /ButtonWidget
Config: Config/DefaultEngine.ini
Definition at line 11 of file UButtonWidget_C.h.
|
privateBlueprint |
Definition at line 13 of file UButtonWidget_C.cpp.
|
privateBlueprint |
FLinearColor UButtonWidget_C::ButtonColorHovered |
Button Color Hovered.
Definition at line 17 of file UButtonWidget_C.h.
FLinearColor UButtonWidget_C::ButtonColorNormal |
Button Color Normal.
Definition at line 16 of file UButtonWidget_C.h.
FLinearColor UButtonWidget_C::ButtonColorPressed |
Button Color Pressed.
Definition at line 18 of file UButtonWidget_C.h.
FText UButtonWidget_C::ButtonName |
Button Name.
Definition at line 14 of file UButtonWidget_C.h.
|
protected |
On Button Clicked.
Definition at line 21 of file UButtonWidget_C.h.
FLinearColor UButtonWidget_C::TextColor |
Text Color.
Definition at line 15 of file UButtonWidget_C.h.