Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/URemoteControlPreset
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
URCVirtualPropertyBase * GetControllerByFieldId
(
const FName InFieldId |
Fetches the first found Controller matching the specified Field Id | RemoteControlPreset.h | |
URCVirtualPropertyBase * GetControllerByFieldId
(
const FName InFieldId, |
Fetches the first Controller matching the specified Field Id and ValueType | RemoteControlPreset.h |
GetControllerByFieldId(const FName)
Description
Fetches the first found Controller matching the specified Field Id
| Name | GetControllerByFieldId |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlPreset.h |
| Include Path | #include "RemoteControlPreset.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RemoteControlPreset.cpp |
URCVirtualPropertyBase * GetControllerByFieldId
(
const FName InFieldId
) const
GetControllerByFieldId(const FName, const EPropertyBagPropertyType)
Description
Fetches the first Controller matching the specified Field Id and ValueType
| Name | GetControllerByFieldId |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlPreset.h |
| Include Path | #include "RemoteControlPreset.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RemoteControlPreset.cpp |
URCVirtualPropertyBase * GetControllerByFieldId
(
const FName InFieldId,
const EPropertyBagPropertyType InType
) const