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&58;&58;StateTree&58;&58;Compiler&58;&58;IsValidIndex16
&40;
const int32 Index
&41;
}
}
}
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 |