Navigation
API > API/Plugins > API/Plugins/RenderGrid > API/Plugins/RenderGrid/URenderGridPropRemoteControl
Description
Set the value (as bytes) of the given property (remote control entity). Returns true if the operation was successful, false otherwise.
| Name | SetValueOfEntity |
| 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 SetValueOfEntity
(
const TSharedPtr < FRemoteControlEntity > & RemoteControlEntity,
const TArray < uint8 > & Bytes
)