Navigation
API > API/Plugins > API/Plugins/AssetSearch
| Name | FSearchSerializer |
| Type | class |
| Header File | /Engine/Plugins/Editor/AssetSearch/Source/Public/SearchSerializer.h |
| Include Path | #include "SearchSerializer.h" |
Syntax
class FSearchSerializer : public FNoncopyable
Inheritance Hierarchy
- FNoncopyable → FSearchSerializer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSearchSerializer
(
const FAssetData& InAsset, |
SearchSerializer.h | ||
FSearchSerializer
(
const FAssetData& InAsset, |
SearchSerializer.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FSearchSerializer() |
SearchSerializer.h |
Structs
| Name | Remarks |
|---|---|
| FIndexedValue |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AssetData | FAssetData | SearchSerializer.h | ||
| CurrentIndexer | const IAssetIndexer * | SearchSerializer.h | ||
| CurrentObject | const UObject * | SearchSerializer.h | ||
| CurrentObjectClass | FString | SearchSerializer.h | ||
| CurrentObjectName | FString | SearchSerializer.h | ||
| CurrentObjectPath | FString | SearchSerializer.h | ||
| JsonWriter | TSharedRef< TJsonWriter< TCHAR, TCondensedJsonPrintPolicy< TCHAR > > > | SearchSerializer.h | ||
| NestedAssets | TArray< UObject * > | SearchSerializer.h | ||
| Values | TArray< FIndexedValue > | SearchSerializer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void BeginIndexer
(
const IAssetIndexer* InIndexer |
SearchSerializer.h | ||
void BeginIndexingObject
(
const UObject* InObject, |
SearchSerializer.h | ||
void BeginIndexingObject
(
const UObject* InObject, |
SearchSerializer.h | ||
void EndIndexer() |
SearchSerializer.h | ||
void EndIndexingObject() |
SearchSerializer.h | ||
bool IndexAsset
(
const UObject* InAsset, |
SearchSerializer.h | ||
void IndexNestedAsset
(
UObject* InNestedAsset |
SearchSerializer.h | ||
void IndexProperty
(
const UClass* InPropertyClass, |
SearchSerializer.h | ||
void IndexProperty
(
const FString& InName, |
SearchSerializer.h | ||
void IndexProperty
(
const FString& InName, |
SearchSerializer.h | ||
void IndexProperty
(
const FString& InName, |
SearchSerializer.h | ||
void IndexProperty
(
const FProperty* InProperty, |
SearchSerializer.h | ||
void IndexProperty
(
const UClass* InPropertyClass, |
SearchSerializer.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int32 GetVersion() |
SearchSerializer.h |