Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/UStateTreeSchema
Description
Helper function to check if a class is any of the Blueprint extendable item classes (Eval, Task, Condition). Can be used to quickly accept all of those classes in IsClassAllowed().
| Name | IsChildOfBlueprintBase |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeSchema.h |
| Include Path | #include "StateTreeSchema.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Private/StateTreeSchema.cpp |
static bool IsChildOfBlueprintBase
(
const UClass * InClass
)
True if the class is a StateTree item Blueprint base class.