Navigation
API > API/Plugins > API/Plugins/RenderGrid > API/Plugins/RenderGrid/URenderGridPropRemoteControl
Description
Tests if it can set the value (as bytes) of this property. Returns true if the set operation would likely be successful, false otherwise.
| Name | CanSetValue |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGrid/Public/RenderGrid/RenderGridPropsSource.h |
| Include Path | #include "RenderGrid/RenderGridPropsSource.h" |
bool CanSetValue
(
const TArray < uint8 > & Bytes
)