Navigation
API > API/Plugins > API/Plugins/DMXEditor
Inheritance Hierarchy
- ISlateStyle
- FSlateStyleSet
- FDMXEditorStyle
References
| Module | DMXEditor |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Public/DMXEditorStyle.h |
| Include | #include "DMXEditorStyle.h" |
Syntax
class FDMXEditorStyle : public FSlateStyleSet
Remarks
DMX editor style
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Desonstructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FDMXEditorStyle & | Get () |
Returns the singleton ISlateStyle instance for DMX editor style |
Constants
| Name | Description |
|---|---|
| StyleInstance_DEPRECATED | Singleton style instance |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize () |
Deprecated since the public API leaves it unclear if the style is initialized or shut down. The style does not need to be Initialized explicitly anymore. Note, the StyleSetName now needs be accessed via FDMXEditorStyle::Get().GetStyleSetName(). | |
| void | Deprecated since no clear use (call FSlateApplication::Get().GetRenderer()->ReloadTextureResources() directly where needed). | ||
| void | Shutdown () |
Deprecated since the public API leaves it unclear if the style is initialized or shut down. The style does not need to be shut down explicitly anymore. Note, the StyleSetName now needs be accessed via FDMXEditorStyle::Get().GetStyleSetName(). |