Navigation
API > API/Plugins > API/Plugins/DetailPoseModelEditor > API/Plugins/DetailPoseModelEditor/FDetailPoseModelEditorActor
Description
Specify which ML Deformer component to extract the current closest detail pose from. The Tick method will use this and update the geometry cache components current time value based on this.
| Name | SetTrackedComponent |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Animation/MLDeformer/DetailPoseModel/Source/DetailPoseModelEditor/Public/DetailPoseModelEditorActor.h |
| Include Path | #include "DetailPoseModelEditorActor.h" |
| Source | /Engine/Plugins/Experimental/Animation/MLDeformer/DetailPoseModel/Source/DetailPoseModelEditor/Private/DetailPoseModelEditorActor.cpp |
void SetTrackedComponent
(
const UMLDeformerComponent * InComponent
)
Parameters
| Name | Remarks |
|---|---|
| InComponent | The ML Deformer Component to grab the current frame index from inside the detail pose geometry cache. |
See Also
- Tick.