Navigation
API > API/Plugins > API/Plugins/HairStrandsEditor
Inheritance Hierarchy
- 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 | |
|---|---|---|---|
| FText | |||
| FName | Begin IToolkit interface | ||
| FText | |||
| FText | |||
| FLinearColor | |||
| FString | |||
| void | InitCustomAssetEditor
(
const EToolkitMode::Type Mode, |
Edits the specified asset object | |
| bool | |||
| void | OnClose () |
||
| void | RegisterTabSpawners
(
const TSharedRef< class FTabManager >& InTabManager |
||
| void | UnregisterTabSpawners
(
const TSharedRef< class FTabManager >& InTabManager |
Overridden from IGroomCustomAssetEditorToolkit
| Type | Name | Description | |
|---|---|---|---|
| int32 | Return the index of the active binding. | ||
| UGroomAsset * | End IToolkit interface Retrieves the current custom asset. | ||
| FGroomEditorStyle * | Return groom editor style. | ||
| void | PreviewBinding
(
int32 BindingIndex |
Set preview of a particular binding. | |
| void | SetCustomAsset
(
UGroomAsset* InCustomAsset |
Set the current custom asset. |