Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule > API/Plugins/StateTreeEditorModule/FValidationResult
References
| Module | StateTreeEditorModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreeCompiler.h |
| Include | #include "StateTreeCompiler.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Private/StateTreeCompiler.cpp |
void Log
(
FStateTreeCompilerLog & Log,
const TCHAR * ContextText,
const FStateTreeBindableStructDesc & ContextStruct
) const
Remarks
Logs common validation for IsValidIndex16(), IsValidIndex8(), IsValidCount16(), IsValidCount8().
Parameters
| Name | Description |
|---|---|
| Log | reference to the compiler log. |
| ContextText | Text identifier for the context where the test is done. |
| ContextStruct | Struct identifier for the context where the test is done. |