FHoudiniCSVAssetActions

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

HoudiniNiagaraEditor

Header

/Engine/Plugins/FX/HoudiniNiagara/Source/HoudiniNiagaraEditor/Public/HoudiniCSVAssetActions.h

Include

#include "HoudiniCSVAssetActions.h"

Syntax

class FHoudiniCSVAssetActions : public FAssetTypeActions_Base

Constructors

Name Description

Public function

FHoudiniCSVAssetActions()

Overridden from FAssetTypeActions_Base

Name Description

Public function Virtual Const

FText

 

GetAssetDescription

(
    const FAssetData& AssetData
)

Returns additional tooltip information for the specified asset, if it has any (otherwise return the null widget)

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

UThumbnailIn...

 

GetThumbnailInfo

(
    UObject* Asset
)

Returns the thumbnail info for the specified asset, if it has one.

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.

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