IAssetTools::RegisterAssetTypeActions

Registers an asset type actions object so it can provide information about and actions for asset types.

Windows
MacOS
Linux

References

Module

AssetTools

Header

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

Include

#include "IAssetTools.h"

Syntax

void RegisterAssetTypeActions
(
    const TSharedRef< IAssetTypeActions > & NewActions
)

Remarks

Registers an asset type actions object so it can provide information about and actions for asset types.

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