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