Navigation
API > API/Plugins > API/Plugins/Mover
AI-related movement inputs (e.g., RVO avoidance)
| Name | FMoverAIInputs |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverDataModelTypes.h |
| Include Path | #include "MoverDataModelTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FMoverAIInputs : public FMoverDataStructBase
Inheritance Hierarchy
- FMoverDataStructBase → FMoverAIInputs
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMoverAIInputs() |
MoverDataModelTypes.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FMoverAIInputs() |
MoverDataModelTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RVOVelocityDelta | FVector | RVO Velocity calculated on the Server. | MoverDataModelTypes.h |
|
Functions
Public
Public Virtual
Overridden from FMoverDataStructBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddReferencedObjects
(
FReferenceCollector& Collector |
If derived classes hold any object references, override this function and add them to the collector. | MoverDataModelTypes.h | |
virtual FMoverDataStructBase * Clone () |
Return newly allocated copy of this FMoverDataStructBase. | MoverDataModelTypes.h | |
virtual UScriptStruct * GetScriptStruct () |
Gets the type info of this FMoverDataStructBase. | MoverDataModelTypes.h | |
virtual void Interpolate
(
const FMoverDataStructBase& From, |
Interpolates contained data between a starting and ending block. | MoverDataModelTypes.h | |
virtual void Merge
(
const FMoverDataStructBase& From |
Merges contained data from a previous frame with that of the current frame. | MoverDataModelTypes.h | |
virtual bool NetSerialize
(
FArchive& Ar, |
MoverDataModelTypes.h | ||
virtual bool ShouldReconcile
(
const FMoverDataStructBase& AuthorityState |
Checks if the contained data is equal, within reason. | MoverDataModelTypes.h | |
virtual void ToString
(
FAnsiStringBuilderBase& Out |
Get string representation of this struct instance | MoverDataModelTypes.h |