IAssetManagerEditorModule::GeneratePrimaryAssetTypeComboBoxStrings

Called to get list of valid primary asset types

Windows
MacOS
Linux

References

Module

AssetManagerEditor

Header

/Engine/Plugins/Editor/AssetManagerEditor/Source/AssetManagerEditor/Public/AssetManagerEditorModule.h

Include

#include "AssetManagerEditorModule.h"

Source

/Engine/Plugins/Editor/AssetManagerEditor/Source/AssetManagerEditor/Private/AssetManagerEditorModule.cpp

Syntax

static void GeneratePrimaryAssetTypeComboBoxStrings
(
    TArray< TSharedPtr< FString > > & OutComboBoxStrings,
    TArray< TSharedPtr< SToolTip >> & OutToolTips,
    TArray< bool > & OutRestrictedItems,
    bool bAllowClear,
    bool bAllowAll
)

Remarks

Called to get list of valid primary 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