Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/DefaultMovementSet > API/Plugins/Mover/DefaultMovementSet/InstantMovementEffects
Inheritance Hierarchy
- FInstantMovementEffect
- FJumpImpulseEffect
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/DefaultMovementSet/InstantMovementEffects/BasicInstantMovementEffects.h |
| Include | #include "DefaultMovementSet/InstantMovementEffects/BasicInstantMovementEffects.h" |
Syntax
USTRUCT (BlueprintType )
struct FJumpImpulseEffect : public FInstantMovementEffect
Remarks
Jump Impulse: introduces an instantaneous upwards change in velocity. This overrides the existing 'up' component of the actor's current velocity Note: this only applies the impulse for one tick!
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | UpwardsSpeed | Units per second, in whatever direction the target actor considers 'up'. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FInstantMovementEffect
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
||
| bool | ApplyMovementEffect
(
FApplyMovementEffectParams& ApplyEffectParams, |
||
| FInstantMovementEffect * | Clone () |
||
| UScriptStruct * | |||
| void | NetSerialize
(
FArchive& Ar |
||
| FString |