unreal.RollbackBlackboardSimWrapper

class unreal.RollbackBlackboardSimWrapper

Bases: StructBase

Wrapper class for in-simulation access to the blackboard. This exposes otherwise private API, and redirects set/get operations to the in-simulation locations. This is what all movement mechanisms will interact with, including movement modes, layered moves, etc. This also supports a predictive mode, so the blackboard can be used and even temporarily written to, without affecting the true simulation’s state or external parties. Users of this wrapper will not be aware whether it’s part of a true movement sim or a predictive one.

C++ Source:

  • Plugin: Mover

  • Module: Mover

  • File: RollbackBlackboardWrappers.h