Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/URemoteControlPreset
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlPreset.h |
| Include | #include "RemoteControlPreset.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RemoteControlPreset.cpp |
void UpdateIdentifiedField
(
const TSharedRef < FRemoteControlField > & InFieldToIdentify
) const
Remarks
Calls to the PropertyIdRegistry UpdateIdentifiedField to updates a field from the set of identified fields.
Parameters
| Name | Description |
|---|---|
| InFieldToIdentify | the entity to identify. |