Navigation
API > API/Plugins > API/Plugins/Mover
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverTypes.h |
| Include | #include "MoverTypes.h" |
Syntax
USTRUCT (BlueprintType , Meta=(DisplayName="Impact Data"))
struct FMoverOnImpactParams
Remarks
Struct to hold params for when an impact happens. This contains all of the data for impacts including what gets passed to the FMover_OnImpact delegate.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | AttemptedMoveDelta | The original move that was being performed when the impact happened. | |
| FHitResult | HitResult | The hit result of the impact. | |
| FName | MovementModeName | Name of the movement mode this actor is currently in at the time of the impact. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMoverOnImpactParams
(
const FName& ModeName, |