Navigation
API > API/Plugins > API/Plugins/SemanticSearch
Response from embedding generation. Success if ErrorMessage is empty (FailureReason == None).
| Name | FEmbeddingResponse |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/SemanticSearch/Source/SemanticSearch/Public/Interfaces/IEmbeddingProvider.h |
| Include Path | #include "Interfaces/IEmbeddingProvider.h" |
Syntax
struct FEmbeddingResponse
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Embedding | TArray< float > | Interfaces/IEmbeddingProvider.h | ||
| ErrorMessage | FString | Interfaces/IEmbeddingProvider.h | ||
| FailureReason | EAssetIndexFailureReason | Classification of the failure, if any. Populated by the provider layer. | Interfaces/IEmbeddingProvider.h | |
| ModelVersion | FString | Version of the model that generated this embedding | Interfaces/IEmbeddingProvider.h |