Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor
References
| Module | MLDeformerFrameworkEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerSampler.h |
| Include | #include "MLDeformerSampler.h" |
Syntax
namespace UE
{
namespace MLDeformer
{
enum EVertexDeltaSpace
&123;
PreSkinning,
PostSkinning,
&125;
}
}
Values
| Name | Description |
|---|---|
| PreSkinning | |
| PostSkinning | Vertex deltas will be in pre-skinning space. |
Remarks
The space in which the sampler will calculate its vertex deltas.