IAssetIndexer

Windows
MacOS
Linux

References

Module

AssetSearch

Header

/Engine/Plugins/Editor/AssetSearch/Source/Public/IAssetIndexer.h

Include

#include "IAssetIndexer.h"

Syntax

class IAssetIndexer

Destructors

Name Description

Public function

~IAssetIndexer()

Functions

Name Description

Public function Const

FString

 

GetName()

Public function Virtual Const

void

 

GetNestedAssetTypes

(
    TArray< UClass* >& OutTypes
)

If your package contains a nested asset, such as the Blueprint stored in Level/World packages, it would return UBlueprint's class in the array.

Public function Const

int32

 

GetVersion()

Public function Const

void

 

IndexAsset

(
    const UObject* InAssetObject,
    FSearchSerializer& Serializer
)

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