IClassTypeActions

ClassTypeActions provide actions and other information about asset types that host classes

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

AssetTools

Header

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

Include

#include "IClassTypeActions.h"

Syntax

class IClassTypeActions : public TSharedFromThis< IClassTypeActions >

Remarks

ClassTypeActions provide actions and other information about asset types that host classes

Destructors

Name Description

Public function Virtual

~IClassTypeActions()

Virtual destructor

Functions

Name Description

Public function Const

UClass *

 

GetSupportedClass()

Checks to see if the specified object is handled by this type.

Public function Const

TSharedPtr< ...

 

GetThumbnailOverlay

(
    const FAssetData& AssetData
)

Optionally returns a custom widget to overlay on top of this assets' thumbnail

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