Navigation
Unreal Engine C++ API Reference > Plugins > RemoteControl > IRemoteControlModule
References
Module | RemoteControl |
Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlModule.h |
Include | #include "IRemoteControlModule.h" |
bool GetObjectProperties
&40;
const FRCObjectReference & ObjectAccess,
IStructSerializerBackend & Backend
&41;
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. |