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;IsValidCount8
&40;
const int32 Count
&41;
}
}
}
Remarks
Checks if given count can be represented as uint8. true if the count is valid.
Parameters
Name | Description |
---|---|
Count | Count to test |