Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/IRemoteControlPropertyHandle
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Gets the typed value of a property. |
IRemoteControlPropertyHandle.h |
|
bool GetValue
(
double& OutValue
) const
|
|
IRemoteControlPropertyHandle.h |
|
|
|
IRemoteControlPropertyHandle.h |
|
|
|
IRemoteControlPropertyHandle.h |
|
|
|
IRemoteControlPropertyHandle.h |
|
|
|
IRemoteControlPropertyHandle.h |
|
|
|
IRemoteControlPropertyHandle.h |
|
|
|
IRemoteControlPropertyHandle.h |
|
bool GetValue
(
uint16& OutValue
) const
|
|
IRemoteControlPropertyHandle.h |
|
bool GetValue
(
uint32& OutValue
) const
|
|
IRemoteControlPropertyHandle.h |
|
bool GetValue
(
uint64& OutValue
) const
|
|
IRemoteControlPropertyHandle.h |
|
|
|
IRemoteControlPropertyHandle.h |
|
|
|
IRemoteControlPropertyHandle.h |
|
|
|
IRemoteControlPropertyHandle.h |
|
bool GetValue
(
FVector& OutValue
) const
|
|
IRemoteControlPropertyHandle.h |
|
bool GetValue
(
FVector2D& OutValue
) const
|
|
IRemoteControlPropertyHandle.h |
|
bool GetValue
(
FVector4& OutValue
) const
|
|
IRemoteControlPropertyHandle.h |
|
|
|
IRemoteControlPropertyHandle.h |
|
bool GetValue
(
FRotator& OutValue
) const
|
|
IRemoteControlPropertyHandle.h |
|
|
|
IRemoteControlPropertyHandle.h |
|
|
|
IRemoteControlPropertyHandle.h |
|
|
|
IRemoteControlPropertyHandle.h |
|
GetValue(float &)
Description
Gets the typed value of a property. If the property does not support the value type false is returned
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlPropertyHandle.h |
| Include Path |
#include "IRemoteControlPropertyHandle.h" |
bool GetValue
(
float & OutValue
) const
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
| Name |
Remarks |
| OutValue |
The value that will be set if successful |
GetValue(double &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlPropertyHandle.h |
| Include Path |
#include "IRemoteControlPropertyHandle.h" |
bool GetValue
(
double & OutValue
) const
GetValue(bool &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlPropertyHandle.h |
| Include Path |
#include "IRemoteControlPropertyHandle.h" |
bool GetValue
(
bool & OutValue
) const
GetValue(int8 &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlPropertyHandle.h |
| Include Path |
#include "IRemoteControlPropertyHandle.h" |
bool GetValue
(
int8 & OutValue
) const
GetValue(int16 &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlPropertyHandle.h |
| Include Path |
#include "IRemoteControlPropertyHandle.h" |
bool GetValue
(
int16 & OutValue
) const
GetValue(int32 &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlPropertyHandle.h |
| Include Path |
#include "IRemoteControlPropertyHandle.h" |
bool GetValue
(
int32 & OutValue
) const
GetValue(int64 &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlPropertyHandle.h |
| Include Path |
#include "IRemoteControlPropertyHandle.h" |
bool GetValue
(
int64 & OutValue
) const
GetValue(uint8 &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlPropertyHandle.h |
| Include Path |
#include "IRemoteControlPropertyHandle.h" |
bool GetValue
(
uint8 & OutValue
) const
GetValue(uint16 &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlPropertyHandle.h |
| Include Path |
#include "IRemoteControlPropertyHandle.h" |
bool GetValue
(
uint16 & OutValue
) const
GetValue(uint32 &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlPropertyHandle.h |
| Include Path |
#include "IRemoteControlPropertyHandle.h" |
bool GetValue
(
uint32 & OutValue
) const
GetValue(uint64 &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlPropertyHandle.h |
| Include Path |
#include "IRemoteControlPropertyHandle.h" |
bool GetValue
(
uint64 & OutValue
) const
GetValue(FString &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlPropertyHandle.h |
| Include Path |
#include "IRemoteControlPropertyHandle.h" |
bool GetValue
(
FString & OutValue
) const
GetValue(FText &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlPropertyHandle.h |
| Include Path |
#include "IRemoteControlPropertyHandle.h" |
bool GetValue
(
FText & OutValue
) const
GetValue(FName &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlPropertyHandle.h |
| Include Path |
#include "IRemoteControlPropertyHandle.h" |
bool GetValue
(
FName & OutValue
) const
GetValue(FVector &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlPropertyHandle.h |
| Include Path |
#include "IRemoteControlPropertyHandle.h" |
bool GetValue
(
FVector & OutValue
) const
GetValue(FVector2D &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlPropertyHandle.h |
| Include Path |
#include "IRemoteControlPropertyHandle.h" |
bool GetValue
(
FVector2D & OutValue
) const
GetValue(FVector4 &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlPropertyHandle.h |
| Include Path |
#include "IRemoteControlPropertyHandle.h" |
bool GetValue
(
FVector4 & OutValue
) const
GetValue(FQuat &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlPropertyHandle.h |
| Include Path |
#include "IRemoteControlPropertyHandle.h" |
bool GetValue
(
FQuat & OutValue
) const
GetValue(FRotator &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlPropertyHandle.h |
| Include Path |
#include "IRemoteControlPropertyHandle.h" |
bool GetValue
(
FRotator & OutValue
) const
GetValue(FColor &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlPropertyHandle.h |
| Include Path |
#include "IRemoteControlPropertyHandle.h" |
bool GetValue
(
FColor & OutValue
) const
GetValue(FLinearColor &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlPropertyHandle.h |
| Include Path |
#include "IRemoteControlPropertyHandle.h" |
bool GetValue
(
FLinearColor & OutValue
) const
GetValue(UObject *&)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlPropertyHandle.h |
| Include Path |
#include "IRemoteControlPropertyHandle.h" |
bool GetValue
(
UObject *& OutValue
) const