Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/IRemoteControlPropertyHandle > API/Plugins/RemoteControl/IRemoteControlPropertyHandle/GetValue
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlPropertyHandle.h |
| Include | #include "IRemoteControlPropertyHandle.h" |
bool GetValue
&40;
float & OutValue
&41; const
Remarks
Gets 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 read successfully or false if that is not supported by property handle or it can't be read
Parameters
| Name | Description |
|---|---|
| OutValue | The value that will be set if successful |