IRemoteControlModule::GetObjectProperties

Serialize the Object Reference into the specified backend.

Windows
MacOS
Linux

References

Module

RemoteControl

Header

/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlModule.h

Include

#include "IRemoteControlModule.h"

Syntax

bool GetObjectProperties
(
    const FRCObjectReference & ObjectAccess,
    IStructSerializerBackend & Backend
)

Remarks

Serialize the Object Reference into the specified backend.

Returns

true if the serialization succeeded

Parameters

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss