Navigation
API > API/Plugins > API/Plugins/ChaosMover > API/Plugins/ChaosMover/UChaosPathedMovementPatternBase
Description
Utility function that calls CalcUnmaskedTargetTransform and then applies masking. This is mostly for debug drawing, which wants to deal with PatternProgress and not OverallPathProgress but also get the masked transform
| Name | CalcMaskedTargetTransform |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ChaosMover/Source/ChaosMover/Public/ChaosMover/PathedMovement/ChaosPathedMovementPatternBase.h |
| Include Path | #include "ChaosMover/PathedMovement/ChaosPathedMovementPatternBase.h" |
| Source | /Engine/Plugins/Experimental/ChaosMover/Source/ChaosMover/Private/PathedMovement/ChaosPathedMovementPatternBase.cpp |
FTransform CalcMaskedTargetTransform
(
float PatternProgress,
const FTransform & BasisTransform
) const