FGroomCustomAssetEditorToolkit

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

HairStrandsEditor

Header

/Engine/Plugins/Runtime/HairStrands/Source/HairStrandsEditor/Public/GroomCustomAssetEditorToolkit.h

Include

#include "GroomCustomAssetEditorToolkit.h"

Syntax

class FGroomCustomAssetEditorToolkit : public IGroomCustomAssetEditorToolkit

Constructors

Destructors

Name Description

Public function Virtual

~FGroomCustomAssetEditorToolkit()

Destructor

Functions

Name Description

Public function

void

 

InitCustomAssetEditor

(
    const EToolkitMode::Type Mode,
    const TSharedPtr< class IToolkitHos...,
    UGroomAsset* InCustomAsset
)

Edits the specified asset object

Overridden from IGroomCustomAssetEditorToolkit

Name Description

Public function Virtual Const

UGroomAsset ...

 

GetCustomAsset()

End IToolkit interface Retrieves the current custom asset.

Public function Virtual

void

 

SetCustomAsset

(
    UGroomAsset* InCustomAsset
)

Set the current custom asset.

Overridden from FAssetEditorToolkit

Name Description

Public function Virtual

bool

 

OnRequestClose()

Called when this toolkit would close

Overridden from IAssetEditorInstance

Name Description

Public function Virtual Const

bool

 

IsPrimaryEditor()

Overridden from IToolkit

Name Description

Public function Virtual Const

FText

 

GetBaseToolkitName()

Returns the localized name of this toolkit type (typically just " editor")

Public function Virtual Const

FEdMode *...

 

GetEditorMode()

Public function Virtual Const

FName

 

GetToolkitFName()

Begin IToolkit interface

Public function Virtual Const

FText

 

GetToolkitName()

Returns the localized name of this toolkit

Public function Virtual Const

FText

 

GetToolkitToolTipText()

Returns the localized tooltip text of this toolkit

Public function Virtual Const

FLinearColor

 

GetWorldCentricTabColorScale()

Public function Virtual Const

FString

 

GetWorldCentricTabPrefix()

Returns the localize prefix string to use for tab labels in world-centric mode.

Public function Virtual

void

 

RegisterTabSpawners

(
    const TSharedRef< class FTabManager...
)

IToolkit interface

Public function Virtual

void

 

UnregisterTabSpawners

(
    const TSharedRef< class FTabManager...
)

Unregister tabs that this toolkit can spawn

Constants

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss