Navigation
API > API/Plugins > API/Plugins/AssetSearch > API/Plugins/AssetSearch/FSearchSerializer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 | ||
void IndexProperty
(
const UClass* InPropertyClass, |
SearchSerializer.h | ||
void IndexProperty
(
const FFieldClass& InPropertyFieldClass, |
SearchSerializer.h |
IndexProperty(const FString &, const FName &)
| Name | IndexProperty |
| Type | function |
| Header File | /Engine/Plugins/Editor/AssetSearch/Source/Public/SearchSerializer.h |
| Include Path | #include "SearchSerializer.h" |
| Source | /Engine/Plugins/Editor/AssetSearch/Source/Private/SearchSerializer.cpp |
void IndexProperty
(
const FString & InName,
const FName & InValue
)
IndexProperty(const FString &, const FText &)
| Name | IndexProperty |
| Type | function |
| Header File | /Engine/Plugins/Editor/AssetSearch/Source/Public/SearchSerializer.h |
| Include Path | #include "SearchSerializer.h" |
| Source | /Engine/Plugins/Editor/AssetSearch/Source/Private/SearchSerializer.cpp |
void IndexProperty
(
const FString & InName,
const FText & InValue
)
IndexProperty(const FString &, const FString &)
| Name | IndexProperty |
| Type | function |
| Header File | /Engine/Plugins/Editor/AssetSearch/Source/Public/SearchSerializer.h |
| Include Path | #include "SearchSerializer.h" |
| Source | /Engine/Plugins/Editor/AssetSearch/Source/Private/SearchSerializer.cpp |
void IndexProperty
(
const FString & InName,
const FString & InValue
)
IndexProperty(const FProperty *, const FString &)
| Name | IndexProperty |
| Type | function |
| Header File | /Engine/Plugins/Editor/AssetSearch/Source/Public/SearchSerializer.h |
| Include Path | #include "SearchSerializer.h" |
| Source | /Engine/Plugins/Editor/AssetSearch/Source/Private/SearchSerializer.cpp |
void IndexProperty
(
const FProperty * InProperty,
const FString & InValue
)
IndexProperty(const UClass *, const FString &, const FString &)
| Name | IndexProperty |
| Type | function |
| Header File | /Engine/Plugins/Editor/AssetSearch/Source/Public/SearchSerializer.h |
| Include Path | #include "SearchSerializer.h" |
| Source | /Engine/Plugins/Editor/AssetSearch/Source/Private/SearchSerializer.cpp |
void IndexProperty
(
const UClass * InPropertyClass,
const FString & InName,
const FString & InValue
)
IndexProperty(const UClass *, const FString &, const FText &)
| Name | IndexProperty |
| Type | function |
| Header File | /Engine/Plugins/Editor/AssetSearch/Source/Public/SearchSerializer.h |
| Include Path | #include "SearchSerializer.h" |
| Source | /Engine/Plugins/Editor/AssetSearch/Source/Private/SearchSerializer.cpp |
void IndexProperty
(
const UClass * InPropertyClass,
const FString & InName,
const FText & InValue
)
IndexProperty(const FFieldClass &, const UClass *, const FString &, const FString &)
| Name | IndexProperty |
| Type | function |
| Header File | /Engine/Plugins/Editor/AssetSearch/Source/Public/SearchSerializer.h |
| Include Path | #include "SearchSerializer.h" |
| Source | /Engine/Plugins/Editor/AssetSearch/Source/Private/SearchSerializer.cpp |
void IndexProperty
(
const FFieldClass & InPropertyFieldClass,
const UClass * PropertyClass,
const FString & InName,
const FString & InValue
)