Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/URemoteControlPreset
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
URCVirtualPropertyBase * GetController
(
const FName InPropertyName |
PropertyWrapperFunctions | RemoteControlPreset.h | |
URCVirtualPropertyBase * GetController
(
const FGuid& InId |
Fetches a controller by unique Id. | RemoteControlPreset.h |
GetController(const FName)
Description
PropertyWrapperFunctions
The goal is to hide the Controller Container and provide a simple interface for Controller access to UI and Web. Fetches a controller by internal property name.
| Name | GetController |
| 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 * GetController
(
const FName InPropertyName
) const
GetController(const FGuid &)
Description
Fetches a controller by unique Id.
| Name | GetController |
| 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 * GetController
(
const FGuid & InId
) const