A Demo Project for the UnrealEngineSDK
|
#include "CoreMinimal.h"
#include "Misc/Build.h"
#include "Engine/DeveloperSettings.h"
#include "Layout/Margin.h"
#include "Logging/INYLogger.h"
#include "DlgSystemSettings.generated.h"
Go to the source code of this file.
Classes | |
class | UDlgSystemSettings |
UCLASS(Config = Engine, DefaultConfig, meta = (DisplayName = "Dialogue System Settings")) More... | |
Macros | |
#define | CREATE_SETTER(_NameMethod, _VariableType, _VariableName) |
Enumerations | |
enum class | EDlgClassPickerDisplayMode : uint8 { DefaultView , TreeView , ListView } |
UENUM() More... | |
enum class | EDlgDialogueTextFormat : uint8 { None , All , DialogueDEPRECATED , StartTextFormats = DialogueDEPRECATED , JSON , NumTextFormats } |
UENUM() More... | |
enum class | EDlgSpeakerStateVisibility : uint8 { HideAll , ShowOnEdge , ShowOnNode , ShowOnNodeAndEdge } |
UENUM() More... | |
enum class | EDlgTextInputKeyForNewLine : uint8 { Enter , ShiftPlusEnter } |
UENUM() More... | |
enum class | EDlgTextNamespaceLocalization : uint8 { Ignore , PerDialogue , WithPrefixPerDialogue , Global } |
UENUM() More... | |
enum class | EDlgVoiceDisplayedFields : uint8 { None , SoundWave , DialogueWave , SoundWaveAndDialogueWave } |
UENUM() More... | |
#define CREATE_SETTER | ( | _NameMethod, | |
_VariableType, | |||
_VariableName ) |
Definition at line 168 of file DlgSystemSettings.h.
|
strong |
|
strong |
UENUM()
Enumerator | |
---|---|
None | Metadata: |
All | Metadata: |
DialogueDEPRECATED | Metadata: |
StartTextFormats | |
JSON | Metadata: |
NumTextFormats | Metadata: |
Definition at line 20 of file DlgSystemSettings.h.
|
strong |
UENUM()
Enumerator | |
---|---|
HideAll | Metadata: |
ShowOnEdge | Metadata: |
ShowOnNode | Metadata: |
ShowOnNodeAndEdge | Metadata: |
Definition at line 65 of file DlgSystemSettings.h.
|
strong |
UENUM()
Enumerator | |
---|---|
Enter | Metadata: |
ShiftPlusEnter | Metadata: |
Definition at line 84 of file DlgSystemSettings.h.
|
strong |
UENUM()
Enumerator | |
---|---|
Ignore | Metadata: |
PerDialogue | Metadata: |
WithPrefixPerDialogue | Metadata: |
Global | Metadata: |
Definition at line 97 of file DlgSystemSettings.h.
|
strong |
UENUM()
Enumerator | |
---|---|
None | Metadata: |
SoundWave | Metadata: |
DialogueWave | Metadata: |
SoundWaveAndDialogueWave | Metadata: |
Definition at line 46 of file DlgSystemSettings.h.