IRemoteControlPropertyHandle::SetValue

Sets the typed value of a property.

Windows
MacOS
Linux

References

Module

RemoteControl

Header

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

Include

#include "IRemoteControlPropertyHandle.h"

Syntax

bool SetValue
(
    float InValue
)

Remarks

Sets the typed value of a property. If the property does not support the value type false is returned

Returns

true if the operation supported and value set successfully or false if that is not supported by property handle or it can't be set

Parameters

Parameter

Description

InValue

The value to set

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