A Demo Project for the UnrealEngineSDK
|
#include "CoreMinimal.h"
#include "Widgets/SCompoundWidget.h"
#include "Styling/CoreStyle.h"
#include "STextPropertyEditableTextBox.h"
#include "PropertyHandle.h"
Go to the source code of this file.
Classes | |
class | SDialogueTextPropertyEditableTextBox |
Functions | |
DECLARE_MULTICAST_DELEGATE_OneParam (FDialogueTextChangedDelegate, const FText &) | |
DECLARE_MULTICAST_DELEGATE_TwoParams (FDialogueTextCommitedDelegate, const FText &, ETextCommit::Type) | |
DECLARE_MULTICAST_DELEGATE_OneParam | ( | FDialogueTextChangedDelegate | , |
const FText & | ) |
DECLARE_MULTICAST_DELEGATE_TwoParams | ( | FDialogueTextCommitedDelegate | , |
const FText & | , | ||
ETextCommit::Type | ) |