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 ResolveObject
&40;
ERCAccess AccessType,
const FString & ObjectPath,
const FString & PropertyName,
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) |
| ObjectPath | the object path to resolve |
| PropertyName | the property to resolve, if any (specifying no property 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. |