Navigation
API > API/Plugins > API/Plugins/RenderGrid
The local properties implementation of the render grid properties source abstraction.
| Name | URenderGridPropsSourceLocal |
| 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 URenderGridPropsSourceLocal : public URenderGridPropsSourceBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → URenderGridPropsSourceBase → URenderGridPropsSourceLocal
Functions
Public
Overridden from URenderGridPropsSourceBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual URenderGridPropsBase * 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 |