Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerEditorModel
Description
Create the test ground truth actor. This is the actor typically marked as "Ground Truth" in the editor. It represents the test animation sequence ground truth deformation. So this could contain a geometry cache equivalent to the animation sequence. An editor actor needs to be created by this method.
Derived Overrides
| Name | CreateTestGroundTruthActor |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerEditorModel.h |
| Include Path | #include "MLDeformerEditorModel.h" |
virtual void CreateTestGroundTruthActor
(
UWorld * World
)
Parameters
| Name | Remarks |
|---|---|
| World | The world to create the actor in. |