Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Mechanics > API/Plugins/ModelingComponents/Mechanics/ULatticeControlPointsMechanic
- IModifierToggleBehaviorTarget::OnUpdateModifierState()
- ULatticeControlPointsMechanic::OnUpdateModifierState()
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Mechanics/LatticeControlPointsMechanic.h |
| Include | #include "Mechanics/LatticeControlPointsMechanic.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Mechanics/LatticeControlPointsMechanic.cpp |
virtual void OnUpdateModifierState
&40;
int ModifierID,
bool bIsOn
&41;
Remarks
Notify target of current modifier state
Parameters
| Name | Description |
|---|---|
| ModifierID | client-defined integer that identifiers modifier |
| bIsOn | is modifier current on or off |