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