Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMoverTrajectoryPredictor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetCurrentState
(
FVector& OutPosition, |
MoverPoseSearchTrajectoryPredictor.h | ||
static void GetCurrentState
(
UMoverComponent& Mover, |
MoverPoseSearchTrajectoryPredictor.h |
GetCurrentState(FVector &, FQuat &, FVector &)
| Name | GetCurrentState |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverPoseSearchTrajectoryPredictor.h |
| Include Path | #include "MoverPoseSearchTrajectoryPredictor.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/MoverPoseSearchTrajectoryPredictor.cpp |
virtual void GetCurrentState
(
FVector & OutPosition,
FQuat & OutFacing,
FVector & OutVelocity
)
GetCurrentState(UMoverComponent &, FVector &, FQuat &, FVector &)
| Name | GetCurrentState |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverPoseSearchTrajectoryPredictor.h |
| Include Path | #include "MoverPoseSearchTrajectoryPredictor.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/MoverPoseSearchTrajectoryPredictor.cpp |
static void GetCurrentState
(
UMoverComponent & Mover,
FVector & OutPosition,
FQuat & OutFacing,
FVector & OutVelocity
)