Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/Blueprint > API/Plugins/StateTreeModule/Blueprint/UStateTreeTaskBlueprintBase
Syntax
uint8 bShouldCallTick: 1
Remarks
If set to true, Tick() is called. Not ticking implies no property copy. Default true. Note: this is intentionally not a property, should be only set by C++ derived classes when the tick should not be called.