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