#include "CoreMinimal.h"
#include "Blueprint/UserWidget.h"
#include "Components/Border.h"
#include "Components/Button.h"
#include "Components/TextBlock.h"
#include "Managers/HintManager.h"
#include "Story/StoryManager.h"
#include "ButtonWidget.generated.h"
Go to the source code of this file.
◆ ButtonType
UENUM()
Enumerator |
---|
BT_None | |
BT_CheckButton | |
Definition at line 26 of file ButtonWidget.h.
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam() [1/2]
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam |
( |
FClickEventDelegate | , |
|
|
FText | , |
|
|
ButtonName | ) |
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam() [2/2]
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam |
( |
FClickEventSelfPtrDelegate | , |
|
|
UButtonWidget * | , |
|
|
ButtonObj | ) |
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams()
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams |
( |
FClickEventPtrDelegate | , |
|
|
FText | , |
|
|
ButtonName | , |
|
|
int32 | , |
|
|
UID | ) |