Navigation
API > API/Plugins > API/Plugins/Mover
| Name | FTeleportSucceededEventData |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverSimulationTypes.h |
| Include Path | #include "MoverSimulationTypes.h" |
Syntax
USTRUCT ()
struct FTeleportSucceededEventData : public FMoverSimulationEventData
Inheritance Hierarchy
- FMoverSimulationEventData → FTeleportSucceededEventData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MoverSimulationTypes.h | |||
FTeleportSucceededEventData
(
const FMoverTimeStep& InEventTime, |
MoverSimulationTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FromLocation | FVector | MoverSimulationTypes.h |
|
|
| FromRotation | FQuat | MoverSimulationTypes.h |
|
|
| ToLocation | FVector | MoverSimulationTypes.h |
|
|
| ToRotation | FQuat | MoverSimulationTypes.h |
|
Functions
Public
Public Virtual
Overridden from FMoverSimulationEventData
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UScriptStruct * GetScriptStruct() |
User must override. | MoverSimulationTypes.h | |
virtual bool IsEqual
(
const FMoverSimulationEventData& Other, |
MoverSimulationTypes.h |