Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/UStateTreeSchema
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeSchema.h |
| Include | #include "StateTreeSchema.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Private/StateTreeSchema.cpp |
bool IsChildOfBlueprintBase
(
const UClass * InClass
) const
Remarks
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(). True if the class is a StateTree item Blueprint base class.