Navigation
API > API/Plugins > API/Plugins/Mover
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
| Name | UMoverSimulation |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverSimulation.h |
| Include Path | #include "MoverSimulation.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UMoverSimulation : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMoverSimulation
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMoverSimulation() |
MoverSimulation.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const UMoverBlackboard * GetBlackboard() |
MoverSimulation.h |
|
|
UMoverBlackboard * GetBlackboard_Mutable() |
MoverSimulation.h |
|