unreal.MoverSimulation¶
- class unreal.MoverSimulation(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
ObjectWIP Base class for a Mover simulation. The simulation is intended to be the thing that updates the Mover state and should be safe to run on an async thread
C++ Source:
Plugin: Mover
Module: Mover
File: MoverSimulation.h
- get_blackboard() MoverBlackboard¶
Get Blackboard
- Return type:
- get_blackboard_mutable() MoverBlackboard¶
Get Blackboard Mutable
- Return type: