IRemoteControlPropertyHandle::GetValue

Gets 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 GetValue
(
    float & OutValue
) const

Remarks

Gets 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 read successfully or false if that is not supported by property handle or it can't be read

Parameters

Parameter

Description

OutValue

The value that will be set if successful

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