Navigation
API > API/Plugins > API/Plugins/RenderGrid
The remote control properties implementation of the render grid property abstraction.
| Name | URenderGridPropRemoteControl |
| Type | class |
| Header File | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGrid/Public/RenderGrid/RenderGridPropsSource.h |
| Include Path | #include "RenderGrid/RenderGridPropsSource.h" |
Syntax
UCLASS (HideCategories=Object)
class URenderGridPropRemoteControl : public URenderGridPropBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → URenderGridPropBase → URenderGridPropRemoteControl
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanSetValue
(
const TArray< uint8 >& Bytes |
Tests if it can set the value (as bytes) of this property. | RenderGrid/RenderGridPropsSource.h | |
TSharedPtr< FRemoteControlEntity > GetRemoteControlEntity() |
Returns the property, which is a remote control entity (which can be a field or a function). | RenderGrid/RenderGridPropsSource.h | |
| Gets the value (as bytes) of this property. | RenderGrid/RenderGridPropsSource.h | ||
void Initialize
(
const TSharedPtr< FRemoteControlEntity >& InRemoteControlEntity |
Sets the initial values of this instance. | RenderGrid/RenderGridPropsSource.h | |
| Set the value (as bytes) of this property. | RenderGrid/RenderGridPropsSource.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool CanSetValueOfEntity
(
const TSharedPtr< FRemoteControlEntity >& RemoteControlEntity, |
Tests if it can set the value (as bytes) of the given property (remote control entity). | RenderGrid/RenderGridPropsSource.h | |
static bool GetValueOfEntity
(
const TSharedPtr< FRemoteControlEntity >& RemoteControlEntity, |
Gets the value (as bytes) of the given property (remote control entity). | RenderGrid/RenderGridPropsSource.h | |
static bool SetValueOfEntity
(
const TSharedPtr< FRemoteControlEntity >& RemoteControlEntity, |
Set the value (as bytes) of the given property (remote control entity). | RenderGrid/RenderGridPropsSource.h |