unreal.BTTask_WaitBlackboardTime¶
- class unreal.BTTask_WaitBlackboardTime(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
BTTask_WaitDEPRECATED Replace with UBTTask_Wait that now accepts blackboard keys Wait task node. Wait for the time specified by a Blackboard key when executed.
C++ Source:
Module: AIModule
File: BTTask_WaitBlackboardTime.h
Editor Properties: (see get_editor_property/set_editor_property)
blackboard_key(BlackboardKeySelector): [Read-Write] blackboard key selectorignore_restart_self(bool): [Read-Write] if set, task search will be discarded when this task is selected to execute but is already runningnode_name(str): [Read-Write] node namerandom_deviation(ValueOrBBKey_Float): [Read-Write] allows adding random time to wait timewait_time(ValueOrBBKey_Float): [Read-Write] wait time in seconds