Navigation
API > API/Plugins > API/Plugins/UAFMirroring
Mirroring Task
This pop the top keyframe from the VM keyframe stack, mirrors it, and pushes back the result onto the stack.
| Name | FAnimNextEvaluationMirroringTask |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAFMirroring/Source/UAFMirroring/Public/MirroringTask.h |
| Include Path | #include "MirroringTask.h" |
Syntax
USTRUCT ()
struct FAnimNextEvaluationMirroringTask : public FAnimNextEvaluationTask
Inheritance Hierarchy
- FAnimNextEvaluationTask → FAnimNextEvaluationMirroringTask
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ApplyTo | FUAFMirroringTraitApplyToParams | MirroringTask.h |
|
|
| Cache | UE::UAF::FMirroringTraitCache | Cache for bind pose rotation, corrections, and mirror map. | MirroringTask.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DECLARE_ANIM_EVALUATION_TASK
(
FAnimNextEvaluationMirroringTask |
Settings to use when doing the mirror pass. | MirroringTask.h |
Public Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute
(
UE::UAF::FEvaluationVM& VM |
Task entry point. | MirroringTask.h |