Navigation
Unreal Engine C++ API Reference > Plugins > RenderGridEditor
Inheritance Hierarchy
- IModuleInterface
- IHasMenuExtensibility
- IHasToolBarExtensibility
- IRenderGridEditorModule
References
Module | RenderGridEditor |
Header | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGridEditor/Public/IRenderGridEditorModule.h |
Include | #include "IRenderGridEditorModule.h" |
Syntax
class IRenderGridEditorModule :
public IModuleInterface,
public IHasMenuExtensibility,
public IHasToolBarExtensibility
Remarks
RenderGridEditor module interface.
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
TSharedPtr< Private::SRenderGridPropsBase > | CreatePropsSourceWidget
(
URenderGridPropsSourceBase* PropsSource, |
Creates a props source widget for the given props source. |
![]() |
TSharedRef< IRenderGridEditor > | CreateRenderGridEditor
(
const EToolkitMode::Type Mode, |
Creates an instance of the render grid editor. |
![]() ![]() |
IRenderGridEditorModule & | Get () |
Singleton-like access to IRenderGridEditorModule. |
![]() ![]() |
const TMap< ERenderGridPropsSourceType, TSharedPtr< IRenderGridPropsSourceWidgetFactory > > & | Returns all the factories for creating widgets for props sources. |