Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerMorphModelInstance
- UMLDeformerModelInstance::PostTick()
- UMLDeformerMorphModelInstance::PostTick()
References
| Module | MLDeformerFramework |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerMorphModelInstance.h |
| Include | #include "MLDeformerMorphModelInstance.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Private/MLDeformerMorphModelInstance.cpp |
virtual void PostTick
(
bool bExecuteCalled
)
Remarks
Executed at the end of the tick. This is always executed when Tick is called, also if the model weight is 0 etc. When the model weight is tiny or setting the inputs failed, the Execute function wasn't called during Tick. The parameter that is passed to this method will let you know whether Execute got called or not.
Parameters
| Name | Description |
|---|---|
| bExecuteCalled | This is true when we called Execute, otherwise it is false. |