Navigation
API > API/Plugins > API/Plugins/ScriptableToolsEditorMode
References
| Module | ScriptableToolsEditorMode |
| Header | /Engine/Plugins/Editor/ScriptableToolsEditorMode/Source/ScriptableToolsEditorMode/Public/ScriptableToolsEditorModeStyle.h |
| Include | #include "ScriptableToolsEditorModeStyle.h" |
Syntax
class FScriptableToolsEditorModeStyle
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< class ISlateStyle > | Get () |
||
| const FSlateBrush * | Use to access icons defined by the style set by name, eg GetBrush("BrushFalloffIcons.Smooth") | ||
| FName | |||
| void | Initialize () |
||
| void | Shutdown () |
||
| bool | TryRegisterCustomIcon
(
FName StyleIconIdentifier, |
Try to find a png or svg icon at FileNameWithPath and register it in the style set with the given StyleIconIdentifier, ie so that later it can be found FSlateIcon(FScriptableToolsEditorModeStyle::Get()->GetStyleSetName(), StyleIconIdentifier). |
Constants
| Name | Description |
|---|---|
| StyleSet |