A Demo Project for the UnrealEngineSDK
|
This is the complete list of members for UOptionalLibrary, including all inherited members.
GENERATED_BODY() | UOptionalLibrary | private |
GetBool(const FOptionalBool &Optional) | UOptionalLibrary | static |
GetFloat(const FOptionalFloat &Optional) | UOptionalLibrary | static |
GetInt(const FOptionalInt &Optional) | UOptionalLibrary | static |
IsBoolSet(const FOptionalBool &Optional) | UOptionalLibrary | static |
IsFloatSet(const FOptionalFloat &Optional) | UOptionalLibrary | static |
IsIntSet(const FOptionalInt &Optional) | UOptionalLibrary | static |
SetBool(FOptionalBool &Optional, bool Value) | UOptionalLibrary | static |
SetFloat(FOptionalFloat &Optional, float Value) | UOptionalLibrary | static |
SetInt(FOptionalInt &Optional, int Value) | UOptionalLibrary | static |