Navigation
API > API/Plugins > API/Plugins/Mover
Jump Impulse Over Duration: introduces an instantaneous upwards change in velocity over a duration(ms). This overrides the existing 'up' component of the actor's current velocity Note: For a one time Jump Impulse consider using a FJumpImpulseEffect Instant Effect
| Name | FLayeredMove_JumpImpulseOverDuration |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/DefaultMovementSet/LayeredMoves/BasicLayeredMoves.h |
| Include Path | #include "DefaultMovementSet/LayeredMoves/BasicLayeredMoves.h" |
Syntax
USTRUCT (BlueprintType )
struct FLayeredMove_JumpImpulseOverDuration : public FLayeredMoveBase
Inheritance Hierarchy
- FLayeredMoveBase → FLayeredMove_JumpImpulseOverDuration
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLayeredMove_JumpImpulseOverDuration() |
DefaultMovementSet/LayeredMoves/BasicLayeredMoves.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FLayeredMove_JumpImpulseOverDuration() |
DefaultMovementSet/LayeredMoves/BasicLayeredMoves.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| UpwardsSpeed | float | Units per second, in whatever direction the target actor considers 'up'. | DefaultMovementSet/LayeredMoves/BasicLayeredMoves.h |
|
Functions
Public
Overridden from FLayeredMoveBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddReferencedObjects
(
FReferenceCollector& Collector |
DefaultMovementSet/LayeredMoves/BasicLayeredMoves.h | ||
virtual FLayeredMoveBase * Clone() |
DefaultMovementSet/LayeredMoves/BasicLayeredMoves.h | ||
virtual bool GenerateMove
(
const FMoverTickStartData& StartState, |
Generate a movement. | DefaultMovementSet/LayeredMoves/BasicLayeredMoves.h | |
virtual UScriptStruct * GetScriptStruct() |
DefaultMovementSet/LayeredMoves/BasicLayeredMoves.h | ||
virtual void NetSerialize
(
FArchive& Ar |
DefaultMovementSet/LayeredMoves/BasicLayeredMoves.h | ||
virtual FString ToSimpleString() |
DefaultMovementSet/LayeredMoves/BasicLayeredMoves.h |