Navigation
API > API/Plugins > API/Plugins/StateTreeModule
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeAnyEnum.h |
| Include | #include "StateTreeAnyEnum.h" |
Syntax
USTRUCT&40;&41;
struct FStateTreeAnyEnum
Remarks
Enum that can be any type in the UI. Helper class to deal with any enum in property binding.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UEnum > | Enum | The enum class associated with this enum. | |
| uint32 | Value | The enum integer value. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize
(
UEnum* NewEnum |
Initializes the class and value to specific enum. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FStateTreeAnyEnum& RHS |
||
| bool | operator==
(
const FStateTreeAnyEnum& RHS |