Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/DefaultMovementSet > API/Plugins/Mover/DefaultMovementSet/InstantMovementEffects
Inheritance Hierarchy
- FInstantMovementEffect
- FTeleportEffect
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 FTeleportEffect : public FInstantMovementEffect
Remarks
Teleport: instantly moves an actor to a new location
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | TargetLocation | Location to teleport to, in world space. |
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 |