Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/IRemoteControlPropertyHandle > API/Plugins/RemoteControl/IRemoteControlPropertyHandle/SetValue
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlPropertyHandle.h |
| Include | #include "IRemoteControlPropertyHandle.h" |
bool SetValue
&40;
float InValue
&41;
Remarks
Sets the typed value of a property. If the property does not support the value type false is returned 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 | Description |
|---|---|
| InValue | The value to set |