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 * GetGroupByName
(
FName GroupName
)
Remarks
Get a group by searching by name. A pointer to the found group or nullptr.
Parameters
| Name | Description |
|---|---|
| GroupName | the name to use. |