A Demo Project for the UnrealEngineSDK
|
#include "CoreMinimal.h"
#include "BasicWidget.h"
#include "Components/VerticalBox.h"
#include "ButtonListWidget.generated.h"
Go to the source code of this file.
Classes | |
class | UButtonListWidget |
Custom widget class representing a list of buttons. More... | |
Functions | |
DECLARE_DELEGATE_OneParam (FConfirmEventDelegate, UBasicResponseData *) | |
DECLARE_DELEGATE_OneParam | ( | FConfirmEventDelegate | , |
UBasicResponseData * | ) |