FGroomBindingActions

Implements an action for groom binding assets.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

HairStrandsEditor

Header

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

Include

#include "GroomBindingActions.h"

Syntax

class FGroomBindingActions : public FAssetTypeActions_Base

Remarks

Implements an action for groom binding assets.

Constructors

Name Description

Public function

FGroomBindingActions()

Creates and initializes a new instance.

Overridden from IAssetTypeActions

Name Description

Public function Virtual

bool

 

CanFilter()

Returns true if this class can be used as a filter in the content browser

Public function Virtual

void

 

GetActions

(
    const TArray< UObject* >& InO...,
    FToolMenuSection& Section
)

Generates a menu section for the specified objects.

Public function Virtual

uint32

 

GetCategories()

Returns the categories that this asset type appears in.

Public function Virtual Const

FText

 

GetName()

Returns the name of this type

Public function Virtual Const

UClass *

 

GetSupportedClass()

Get the supported class of this type.

Public function Virtual Const

FColor

 

GetTypeColor()

Returns the color associated with this type

Public function Virtual Const

bool

 

HasActions

(
    const TArray< UObject* >& InO...
)

Returns true if this class can supply actions for InObjects.

Public function Virtual

void

 

OpenAssetEditor

(
    const TArray< UObject* >& InO...,
    TSharedPtr< IToolkitHost > EditWith...
)

Opens the asset editor for the specified objects.

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