Navigation
API > API/Plugins > API/Plugins/Mover
| Name | UEllipticalMovementPathPattern |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/PhysicsMover/PathedMovement/EllipticalMovementPathPattern.h |
| Include Path | #include "PhysicsMover/PathedMovement/EllipticalMovementPathPattern.h" |
Syntax
UCLASS ()
class UEllipticalMovementPathPattern : public UPathedMovementPatternBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPathedMovementPatternBase → UEllipticalMovementPathPattern
Functions
Public
Overridden from UPathedMovementPatternBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void InitializePattern() |
PhysicsMover/PathedMovement/EllipticalMovementPathPattern.h |
Protected
Overridden from UPathedMovementPatternBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FTransform CalcUnmaskedTargetRelativeTransform
(
float PatternProgress, |
Where patterns calculate their target transforms at the given progress, optionally relative to the current aggregate target. | PhysicsMover/PathedMovement/EllipticalMovementPathPattern.h |