FAssetTypeActions_CSVAssetBase

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

AssetTools

Header

/Engine/Source/Developer/AssetTools/Public/AssetTypeActions_CSVAssetBase.h

Include

#include "AssetTypeActions_CSVAssetBase.h"

Syntax

class FAssetTypeActions_CSVAssetBase : public FAssetTypeActions_Base

Functions

Name Description

Protected function Const

bool

 

CanExecuteFindSourceFileInExplorer

(
    TArray< FString > Filenames,
    TArray< FString > OverrideExtension...
)

Determine whether the find source file in explorer editor command can execute or not

Protected function

void

 

ExecuteFindSourceFileInExplorer

(
    TArray< FString > Filenames,
    TArray< FString > OverrideExtension...
)

Handler for opening the source file for this asset

Protected function Const

bool

 

VerifyFileExists

(
    const FString& InFileName
)

Verify the specified filename exists

Overridden from IAssetTypeActions

Name Description

Public function Virtual

uint32

 

GetCategories()

Returns the categories that this asset type appears in.

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 Const

bool

 

IsImportedAsset()

Returns whether the asset was imported from an external source

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