Navigation
API > API/Plugins > API/Plugins/RenderGrid
The remote control properties implementation of the render grid properties source abstraction.
| Name | URenderGridPropsSourceRemoteControl |
| Type | class |
| Header File | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGrid/Public/RenderGrid/RenderGridPropsSource.h |
| Include Path | #include "RenderGrid/RenderGridPropsSource.h" |
Syntax
UCLASS (BlueprintType, HideCategories=Object, Meta=(DontUseGenericSpawnObject="true"))
class URenderGridPropsSourceRemoteControl : public URenderGridPropsSourceBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → URenderGridPropsSourceBase → URenderGridPropsSourceRemoteControl
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns (in the out parameter) the preset groups that are available in this remote control preset. | RenderGrid/RenderGridPropsSource.h | ||
URemoteControlPreset * GetRemoteControlPreset() |
Returns the remote control preset. | RenderGrid/RenderGridPropsSource.h |
Overridden from URenderGridPropsSourceBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual URenderGridPropsRemoteControl * GetProps() |
Returns the collection of properties (that this properties source contains). | RenderGrid/RenderGridPropsSource.h | |
virtual ERenderGridPropsSourceType GetType() |
Returns the type of this properties source. | RenderGrid/RenderGridPropsSource.h | |
virtual void SetSourceOrigin
(
UObject* SourceOrigin |
Sets the properties source. | RenderGrid/RenderGridPropsSource.h |