Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/FRemoteControlInstanceMaterial
- FRemoteControlProperty::OnObjectPropertyChanged()
- FRemoteControlInstanceMaterial::OnObjectPropertyChanged()
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlInstanceMaterial.h |
| Include | #include "RemoteControlInstanceMaterial.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RemoteControlInstanceMaterial.cpp |
virtual void OnObjectPropertyChanged
(
UObject * InObject,
FPropertyChangedEvent & InEvent
)
Remarks
Should be called when property changed on bound object
Parameters
| Name | Description |
|---|---|
| InObject | Edited object |
| InEvent | Change Event |