Navigation
API > API/Plugins > API/Plugins/RenderGrid
RenderGrid module interface.
| Name | IRenderGridModule |
| Type | class |
| Header File | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGrid/Public/IRenderGridModule.h |
| Include Path | #include "IRenderGridModule.h" |
Syntax
class IRenderGridModule : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
URenderGridPropsSourceBase * CreatePropsSource
(
ERenderGridPropsSourceType PropsSourceType, |
Creates a URenderGridPropsSourceBase instance, based on the given ERenderGridPropsSourceType. | IRenderGridModule.h | |
| Singleton-like access to FRenderGridManager. | IRenderGridModule.h | ||
const TMap< ERenderGridPropsSourceType, TSharedPtr< IRenderGridPropsSourceFactory > > & GetPropsSourceFactories() |
Returns all set IRenderGridPropsSourceFactory instances, these are used to create URenderGridPropsSourceBase instances based on a given ERenderGridPropsSourceType. | IRenderGridModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IRenderGridModule & Get() |
Singleton-like access to IRenderGridModule. | IRenderGridModule.h |