Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule
References
| Module | StateTreeEditorModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreeCompiler.h |
| Include | #include "StateTreeCompiler.h" |
namespace UE
{
namespace StateTree
{
namespace Compiler
{
FValidationResult UE::StateTree::Compiler::IsValidIndex16
(
const int32 Index
)
}
}
}
Remarks
Checks if given index can be represented as uint16, including MAX_uint16 as INDEX_NONE. validation result.
Parameters
| Name | Description |
|---|---|
| Index | Index to test |