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 GetObjectProperties
(
const FRCObjectReference & ObjectAccess,
IStructSerializerBackend & Backend
)
Remarks
Serialize the Object Reference into the specified backend. true if the serialization succeeded
Parameters
| Name | Description |
|---|---|
| ObjectAccess | the object reference to serialize, it should be a read access reference. |
| Backend | the struct serializer backend to use to serialize the object properties. |