Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/FRemoteControlPresetLayout
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 |
FRemoteControlPresetGroup * FindGroupFromField
(
FGuid FieldId
)
Remarks
Find the group that holds the specified field. Search for a group that contains a certain field. A pointer to the found group or nullptr.
Parameters
| Name | Description |
|---|---|
| FieldId | the field to search a group for. |