FAssetTypeActions_FieldSystem

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

FieldSystemEditor

Header

/Engine/Plugins/Experimental/FieldSystemPlugin/Source/FieldSyStemEditor/Public/Field/AssetTypeActions_FieldSystem.h

Include

#include "Field/AssetTypeActions_FieldSystem.h"

Syntax

class FAssetTypeActions_FieldSystem : public FAssetTypeActions_Base

Overridden from IAssetTypeActions

Name Description

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()

IAssetTypeActions Implementation.

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

void

 

OpenAssetEditor

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

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