IRemoteControlModule::SetObjectProperties

Deserialize the Object Reference from 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 SetObjectProperties
(
    const FRCObjectReference & ObjectAccess,
    IStructDeserializerBackend & Backend,
    ERCPayloadType InPayloadType,
    const TArray< uint8 > & InInterceptPayload
)

Remarks

Deserialize the Object Reference from the specified backend.

Returns

true if the deserialization succeeded

Parameters

Parameter

Description

ObjectAccess

the object reference to deserialize into, it should be a write access reference. if the object is WRITE_TRANSACTION_ACCESS, the setting will be wrapped in a transaction.

Backend

the struct deserializer backend to use to deserialize the object properties.

InPayloadType

the payload type archive.

InInterceptPayload

the payload reference archive for the interception.

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