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