Navigation
API > API/Plugins > API/Plugins/RenderGrid
The base class for the factory classes that will create URenderGridPropsSourceBase instances.
| Name | IRenderGridPropsSourceFactory |
| Type | class |
| Header File | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGrid/Public/Factories/IRenderGridPropsSourceFactory.h |
| Include Path | #include "Factories/IRenderGridPropsSourceFactory.h" |
Syntax
class IRenderGridPropsSourceFactory
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IRenderGridPropsSourceFactory() |
Factories/IRenderGridPropsSourceFactory.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual URenderGridPropsSourceBase * CreateInstance
(
UObject* PropsSourceOrigin |
Factories/IRenderGridPropsSourceFactory.h |