IRemoteControlModule::ResetObjectProperties

Reset the property or the object the Object Reference is pointing to

Windows
MacOS
Linux

References

Module

RemoteControl

Header

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

Include

#include "IRemoteControlModule.h"

Syntax

bool ResetObjectProperties
(
    const FRCObjectReference & ObjectAccess,
    const bool bAllowIntercept
)

Remarks

Reset the property or the object the Object Reference is pointing to

Returns

true if the reset succeeded.

Parameters

Parameter

Description

ObjectAccess

the object reference to reset, it should be a write access reference

bAllowIntercept

interception flag, if that is set to true it should follow the interception path

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