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

A blueprint class with 2 graphs. More...

#include "/PixoCore/Blueprints/UI/ButtonWidget"

Inheritance diagram for UButtonWidget_C:
[legend]

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 ()
 

Detailed Description

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.

Member Function Documentation

◆ EventGraph()

void UButtonWidget_C::EventGraph ( )
privateBlueprint
Event Graph

Definition at line 13 of file UButtonWidget_C.cpp.

◆ OnButtonClicked()

void UButtonWidget_C::OnButtonClicked ( )
privateBlueprint
On Button Clicked

Member Data Documentation

◆ ButtonColorHovered

FLinearColor UButtonWidget_C::ButtonColorHovered

Button Color Hovered.

Definition at line 17 of file UButtonWidget_C.h.

◆ ButtonColorNormal

FLinearColor UButtonWidget_C::ButtonColorNormal

Button Color Normal.

Definition at line 16 of file UButtonWidget_C.h.

◆ ButtonColorPressed

FLinearColor UButtonWidget_C::ButtonColorPressed

Button Color Pressed.

Definition at line 18 of file UButtonWidget_C.h.

◆ ButtonName

FText UButtonWidget_C::ButtonName

Button Name.

Definition at line 14 of file UButtonWidget_C.h.

◆ OnButtonClicked

void UButtonWidget_C::OnButtonClicked
protected

On Button Clicked.

Definition at line 21 of file UButtonWidget_C.h.

◆ TextColor

FLinearColor UButtonWidget_C::TextColor

Text Color.

Definition at line 15 of file UButtonWidget_C.h.


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