Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerTestHelpers
References
| Module | MLDeformerFrameworkEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerTestHelpers.h |
| Include | #include "MLDeformerTestHelpers.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Private/MLDeformerTestHelpers.cpp |
static bool PostModelPropertyChanged
(
UMLDeformerModel * Model,
const FName PropertyName
)
Remarks
Post an edit change event for a given property in the Model class. Returns true if successfully emitted the PostEditChangeProperty call, or false if the property cannot be found.
Parameters
| Name | Description |
|---|---|
| Model | The model that the property has been changed in. |
| PropertyName | The name of the property (the class member name). |