Navigation
API > API/Plugins > API/Plugins/RenderGrid
The remote control properties implementation of the render grid properties abstraction.
| Name | URenderGridPropsRemoteControl |
| 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 URenderGridPropsRemoteControl : public URenderGridPropsBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → URenderGridPropsBase → URenderGridPropsRemoteControl
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< URenderGridPropRemoteControl * > GetAllCasted() |
Returns all props, casted to URenderGridPropRemoteControl, for ease of use. | RenderGrid/RenderGridPropsSource.h | |
URenderGridPropRemoteControl * GetById
(
const FGuid& Id |
Returns the prop with the given ID, or NULL if not found. | RenderGrid/RenderGridPropsSource.h | |
URenderGridPropRemoteControl * GetByLabel
(
const FString& Label |
Returns the prop with the given label, or NULL if not found. | RenderGrid/RenderGridPropsSource.h | |
URemoteControlPreset * GetRemoteControlPreset() |
Returns the remote control preset. | RenderGrid/RenderGridPropsSource.h | |
void Initialize
(
URemoteControlPreset* InRemoteControlPreset |
Sets the initial values of this instance. | RenderGrid/RenderGridPropsSource.h |
Overridden from URenderGridPropsBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TArray< URenderGridPropBase * > GetAll() |
Returns all props. | RenderGrid/RenderGridPropsSource.h |