Navigation
Unreal Engine C++ API Reference > Plugins > RenderGrid > RenderGrid
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URenderGridPropsSourceBase
- URenderGridPropsSourceLocal
- URenderGridPropsSourceRemoteControl
References
Module | RenderGrid |
Header | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGrid/Public/RenderGrid/RenderGridPropsSource.h |
Include | #include "RenderGrid/RenderGridPropsSource.h" |
Syntax
UCLASS&40;Abstract, BlueprintType, HideCategories&61;Object&41;
class URenderGridPropsSourceBase : public UObject
Remarks
The base class of the render grid properties source abstraction.
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FGuid | Guid |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Randomly generates a new GUID. | |
![]() ![]() |
FGuid | GetGuid () |
Returns the GUID, which is randomly generated at creation. |
![]() ![]() ![]() |
URenderGridPropsBase * | GetProps () |
Returns the collection of properties (that this properties source contains). |
![]() ![]() ![]() |
ERenderGridPropsSourceType | GetType () |
Returns the type of this properties source. |
![]() ![]() |
void | SetSourceOrigin
(
UObject* SourceOrigin |
Sets the properties source. |