Navigation
API > API/Plugins > API/Plugins/HairStrandsEditor
Inheritance Hierarchy
- IAssetEditorInstance
- FBaseToolkit
- TSharedFromThis
- FAssetEditorToolkit
- IGroomCustomAssetEditorToolkit
- FGroomCustomAssetEditorToolkit
References
| Module | HairStrandsEditor |
| Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsEditor/Public/GroomCustomAssetEditorToolkit.h |
| Include | #include "GroomCustomAssetEditorToolkit.h" |
Syntax
class FGroomCustomAssetEditorToolkit : public IGroomCustomAssetEditorToolkit
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | InitCustomAssetEditor
(
const EToolkitMode::Type Mode, |
Edits the specified asset object |
Overridden from IGroomCustomAssetEditorToolkit
| Type | Name | Description | |
|---|---|---|---|
| int32 | Return the index of the active binding. | ||
| UGroomAsset * | End IToolkit interface Retrieves the current custom asset. | ||
| void | PreviewBinding
(
int32 BindingIndex |
Set preview of a particular binding. | |
| void | SetCustomAsset
(
UGroomAsset* InCustomAsset |
Set the current custom asset. |
Overridden from FAssetEditorToolkit
| Type | Name | Description | |
|---|---|---|---|
| void | OnClose () |
Called when this toolkit is being closed |
Overridden from IAssetEditorInstance
| Type | Name | Description | |
|---|---|---|---|
| bool |
Overridden from IToolkit
| Type | Name | Description | |
|---|---|---|---|
| FText | Returns the localized name of this toolkit type (typically just " |
||
| FName | Begin IToolkit interface | ||
| FText | Returns the localized name of this toolkit | ||
| FText | Returns the localized tooltip text of this toolkit | ||
| FLinearColor | |||
| FString | Returns the localize prefix string to use for tab labels in world-centric mode. | ||
| void | RegisterTabSpawners
(
const TSharedRef< class FTabManager >& TabManager |
IToolkit interface | |
| void | UnregisterTabSpawners
(
const TSharedRef< class FTabManager >& TabManager |
Unregister tabs that this toolkit can spawn |