FSearchSerializer

Windows
MacOS
Linux

Inheritance Hierarchy

FNoncopyable

FSearchSerializer

References

Module

AssetSearch

Header

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

Include

#include "SearchSerializer.h"

Syntax

class FSearchSerializer : public FNoncopyable

Constructors

Name Description

Public function

FSearchSerializer

(
    const FAssetData& InAsset,
    FArchive& InAr
)

Public function

FSearchSerializer

(
    const FAssetData& InAsset,
    FString*const Stream
)

Destructors

Name Description

Public function

~FSearchSerializer()

Functions

Name Description

Public function

void

 

BeginIndexer

(
    const IAssetIndexer* InIndexer
)

Public function

void

 

BeginIndexingObject

(
    const UObject* InObject,
    const FString& InFriendlyName
)

Public function

void

 

BeginIndexingObject

(
    const UObject* InObject,
    const FText& InFriendlyName
)

Public function

void

 

EndIndexer()

Public function

void

 

EndIndexingObject()

Public function Static

int32

 

GetVersion()

Public function

bool

 

IndexAsset

(
    UObject* InAsset,
    const TMap< FName, TUniquePtr< IAss...
)

Public function

void

 

IndexNestedAsset

(
    UObject* InNestedAsset
)

Public function

void

 

IndexProperty

(
    const UClass* InPropertyClass,
    const FString& InName,
    const FString& InValue
)

Public function

void

 

IndexProperty

(
    const FString& InName,
    const FName& InValue
)

Public function

void

 

IndexProperty

(
    const FString& InName,
    const FText& InValue
)

Public function

void

 

IndexProperty

(
    const FString& InName,
    const FString& InValue
)

Public function

void

 

IndexProperty

(
    const FProperty* InProperty,
    const FString& InValue
)

Public function

void

 

IndexProperty

(
    const UClass* InPropertyClass,
    const FString& InName,
    const FText& InValue
)

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