#include "CoreMinimal.h"
#include "Data/CommonUIData.h"
#include "Widgets/MenuSystemWidget.h"
#include "SingleMenuSystemWidget.generated.h"
Go to the source code of this file.
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam()
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam |
( |
FOnMenuButtonSelected | , |
|
|
const int32 | , |
|
|
ButtonIndex | ) |
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams()
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams |
( |
FOnMenuButtonWithTabSelected | , |
|
|
const int32 | , |
|
|
ButtonIndex | , |
|
|
const int32 | , |
|
|
MenuIndex | ) |