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::IsValidIndex8
(
const int32 Index
)
}
}
}
Remarks
Checks if given index can be represented as uint8, including MAX_uint8 as INDEX_NONE. true if the index is valid.
Parameters
| Name | Description |
|---|---|
| Index | Index to test |