Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/URemoteControlPreset
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 |
PRAGMA_DISABLE_DEPRECATION_WARNINGS TOptional < FExposedProperty > ResolveExposedProperty
(
FName PropertyLabel
) const
Remarks
Resolve a remote controlled property to its FProperty and owner objects. The resolved exposed property if found.
Parameters
| Name | Description |
|---|---|
| Alias | the target's alias that contains the remote controlled property. |
| PropertyLabel | the label of the remote controlled property. |