Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/IRemoteControlModule
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlModule.h |
| Include | #include "IRemoteControlModule.h" |
bool ResolveObjectProperty
&40;
ERCAccess AccessType,
UObject &42; Object,
FRCFieldPathInfo PropertyPath,
FRCObjectReference & OutObjectRef,
FString &42; OutErrorText
&41;
Remarks
Resolve a remote object reference to a property true if resolving the object and its property succeeded or just the object if no property was specified.
Parameters
| Name | Description |
|---|---|
| AccessType | the requested access to the object, (i.e. read or write) |
| Object | the object to resolve the property on |
| PropertyPath | the path to or the name of the property to resolve. Specifying an empty path will return back the whole object when getting/setting it) |
| OutObjectRef | the object reference to resolve into |
| OutErrorText | an optional error string pointer to write errors into. |