Navigation
API > API/Plugins > API/Plugins/RenderGrid
The base class of the render grid properties source abstraction.
| Name | URenderGridPropsSourceBase |
| Type | class |
| Header File | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGrid/Public/RenderGrid/RenderGridPropsSource.h |
| Include Path | #include "RenderGrid/RenderGridPropsSource.h" |
Syntax
UCLASS (Abstract, BlueprintType, HideCategories=Object)
class URenderGridPropsSourceBase : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → URenderGridPropsSourceBase
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GenerateNewGuid() |
Randomly generates a new GUID. | RenderGrid/RenderGridPropsSource.h | |
FGuid GetGuid() |
Returns the GUID, which is randomly generated at creation. | RenderGrid/RenderGridPropsSource.h | |
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 | |
virtual void SetSourceOrigin
(
UObject* SourceOrigin |
Sets the properties source. | RenderGrid/RenderGridPropsSource.h |