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 |
TSharedPtr < FRemoteControlProperty > FindExposedProperty
(
UObject * InOuterObject,
const FRCFieldPathInfo & InFieldPath
) const
Remarks
Gets a given object's property exposed property guid in this preset The exposed property if found, nullptr otherwise
Parameters
| Name | Description |
|---|---|
| InOuterObject | the object to check |
| InFieldPath | the path to the property |