Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/IRemoteControlPropertyHandle
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedPtr< IRemoteControlPropertyHandle > GetPropertyHandle
(
FName PresetName, |
Get the property handle based on field path | IRemoteControlPropertyHandle.h | |
static TSharedPtr< IRemoteControlPropertyHandle > GetPropertyHandle
(
FName PresetName, |
Get the property handle based on field path | IRemoteControlPropertyHandle.h |
GetPropertyHandle(FName, FGuid)
Description
Get the property handle based on field path
| Name | GetPropertyHandle |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlPropertyHandle.h |
| Include Path | #include "IRemoteControlPropertyHandle.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RemoteControlPropertyHandle.cpp |
static TSharedPtr < IRemoteControlPropertyHandle > GetPropertyHandle
(
FName PresetName,
FGuid PropertyId
)
IRemoteControlPropertyHandle pointer or nullptr
Parameters
| Name | Remarks |
|---|---|
| PresetName | Preset Name |
| PropertyId | Unique property Id |
| FieldPath | full path to the property field. |
GetPropertyHandle(FName, FName)
Description
Get the property handle based on field path
| Name | GetPropertyHandle |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlPropertyHandle.h |
| Include Path | #include "IRemoteControlPropertyHandle.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RemoteControlPropertyHandle.cpp |
static TSharedPtr < IRemoteControlPropertyHandle > GetPropertyHandle
(
FName PresetName,
FName PropertyLabel
)
IRemoteControlPropertyHandle pointer or nullptr
Parameters
| Name | Remarks |
|---|---|
| PresetName | Preset Name |
| PropertyLabel | Exposed property label |
| FieldPath | full path to the property field |