Navigation
API > API/Plugins > API/Plugins/RenderGridEditor
The props source widget factory interface. Implementations should create a widget for the given props source.
| Name | IRenderGridPropsSourceWidgetFactory |
| Type | class |
| Header File | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGridEditor/Public/Factories/IRenderGridPropsSourceWidgetFactory.h |
| Include Path | #include "Factories/IRenderGridPropsSourceWidgetFactory.h" |
Syntax
class IRenderGridPropsSourceWidgetFactory
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IRenderGridPropsSourceWidgetFactory() |
Factories/IRenderGridPropsSourceWidgetFactory.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< Private::SRenderGridPropsBase > CreateInstance
(
URenderGridPropsSourceBase* PropsSource, |
Factories/IRenderGridPropsSourceWidgetFactory.h |