FAssetTypeActions_GeometryCollection

Windows
MacOS
Linux

Inheritance Hierarchy

TSharedFromThis

IAssetTypeActions

FAssetTypeActions_Base

FAssetTypeActions_GeometryCollection

References

Module

GeometryCollectionEditor

Header

/Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionEditor/Public/GeometryCollection/AssetTypeActions_GeometryCollection.h

Include

#include "GeometryCollection/AssetTypeActions_GeometryCollection.h"

Syntax

class FAssetTypeActions_GeometryCollection : 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()

Virtual void OpenAssetEditor(const TArray& InObjects, TSharedPtr EditWithinLevelEditor = TSharedPtr()) override;

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

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