A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
UButtonWidget_C.cpp
Go to the documentation of this file.
1
2#include "UButtonWidget_C.h"
3
4/*
5 This is fake C++ that doxygen will parse for call graph entries.
6
7 In this pseudo-C++, everything is a function and gets called
8 if it's mentioned in a node graph. Doxygen parses it anyway!
9
10 We use the URLs of the nodes to make this list.
11*/
12
23
25{
26}
27
FOnButtonClicked OnButtonClicked
On Button Clicked.
FLinearColor ButtonColorHovered
Button Color Hovered.
FLinearColor TextColor
Text Color.
FLinearColor ButtonColorPressed
Button Color Pressed.
FText ButtonName
Button Name.
FLinearColor ButtonColorNormal
Button Color Normal.