unreal.MoverSimulation

class unreal.MoverSimulation(outer: Object | None = None, name: Name | str = 'None')

Bases: Object

WIP 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:

MoverBlackboard

get_blackboard_mutable() MoverBlackboard

Get Blackboard Mutable

Return type:

MoverBlackboard