Navigation
API > API/Runtime > API/Runtime/Engine
Helper struct storing the search text array with its weight info.
| |
|
| Name |
FGraphSchemaSearchTextWeightInfo |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path |
#include "EdGraph/EdGraphSchema.h" |
Syntax
struct FGraphSchemaSearchTextWeightInfo
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FGraphSchemaSearchTextWeightInfo
(
const TArray< FString >* InArray,
float InWeightModifier,
float* OutDebugWeight
)
|
|
EdGraph/EdGraphSchema.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Array |
const TArray< FString > * |
|
EdGraph/EdGraphSchema.h |
|
| DebugWeight |
float * |
|
EdGraph/EdGraphSchema.h |
|
| WeightModifier |
float |
|
EdGraph/EdGraphSchema.h |
|
Functions
Public