Navigation
API > API/Plugins > API/Plugins/Mover
| Name | FMoverLaunchInputs |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/PhysicsMover/PhysicsMoverSimulationTypes.h |
| Include Path | #include "PhysicsMover/PhysicsMoverSimulationTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FMoverLaunchInputs : public FMoverDataStructBase
Inheritance Hierarchy
- FMoverDataStructBase → FMoverLaunchInputs
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LaunchVelocity | FVector | Launch velocity in cm/s. | PhysicsMover/PhysicsMoverSimulationTypes.h |
|
| Mode | EMoverLaunchVelocityMode | PhysicsMover/PhysicsMoverSimulationTypes.h |
|
Functions
Public
Overridden from FMoverDataStructBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FMoverDataStructBase * Clone () |
Return newly allocated copy of this FMoverDataStructBase. | PhysicsMover/PhysicsMoverSimulationTypes.h | |
virtual UScriptStruct * GetScriptStruct () |
Gets the type info of this FMoverDataStructBase. | PhysicsMover/PhysicsMoverSimulationTypes.h | |
virtual void Interpolate
(
const FMoverDataStructBase& From, |
Interpolates contained data between a starting and ending block. | PhysicsMover/PhysicsMoverSimulationTypes.h | |
virtual void Merge
(
const FMoverDataStructBase& From |
Merges contained data from a previous frame with that of the current frame. | PhysicsMover/PhysicsMoverSimulationTypes.h | |
virtual bool NetSerialize
(
FArchive& Ar, |
PhysicsMover/PhysicsMoverSimulationTypes.h | ||
virtual bool ShouldReconcile
(
const FMoverDataStructBase& AuthorityState |
Checks if the contained data is equal, within reason. | PhysicsMover/PhysicsMoverSimulationTypes.h | |
virtual void ToString
(
FAnsiStringBuilderBase& Out |
Get string representation of this struct instance | PhysicsMover/PhysicsMoverSimulationTypes.h |