Navigation
API > API/Runtime > API/Runtime/Engine
Helper struct storing the breakdown of the weights assigned to the search text.
| Name | FGraphSchemaSearchTextDebugInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path | #include "EdGraph/EdGraphSchema.h" |
Syntax
struct FGraphSchemaSearchTextDebugInfo
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FGraphSchemaSearchTextDebugInfo() |
EdGraph/EdGraphSchema.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CategoryWeight | float | EdGraph/EdGraphSchema.h | ||
| DescriptionWeight | float | EdGraph/EdGraphSchema.h | ||
| KeywordWeight | float | EdGraph/EdGraphSchema.h | ||
| NodeTitleWeight | float | EdGraph/EdGraphSchema.h | ||
| PercentMatch | float | EdGraph/EdGraphSchema.h | ||
| PercentMatchWeight | float | EdGraph/EdGraphSchema.h | ||
| ShorterMatchWeight | float | EdGraph/EdGraphSchema.h | ||
| TotalWeight | float | EdGraph/EdGraphSchema.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Print
(
const TArray< FString >& SearchForKeywords, |
Print out the debug info about this weight info to the console | EdGraph/EdGraphSchema.h | |
| EdGraph/EdGraphSchema.h |