Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UPointMovementPathPattern
Description
Where patterns calculate their target transforms at the given progress, optionally relative to the current aggregate target. Axis masking is applied to this result before it's actually used.
Virtual Inheritance
- UPathedMovementPatternBase::CalcUnmaskedTargetRelativeTransform → UPointMovementPathPattern::CalcUnmaskedTargetRelativeTransform
| Name | CalcUnmaskedTargetRelativeTransform |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/PhysicsMover/PathedMovement/PointMovementPathPattern.h |
| Include Path | #include "PhysicsMover/PathedMovement/PointMovementPathPattern.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/PhysicsMover/PathedMovement/PointMovementPathPattern.cpp |
virtual FTransform CalcUnmaskedTargetRelativeTransform
(
float PatternProgress,
const FTransform & CurTargetTransform
) const