Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UEdGraphSchema
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 CollectSearchTextWeightInfo
(
const FEdGraphSchemaAction& InCurrentAction, |
Build an array containing all search types, return the index of the first non-localized entry. | EdGraph/EdGraphSchema.h | |
PRAGMA_DISABLE_DEPRECATION_WARNINGSint32 CollectSearchTextWeightInfo
(
const FGraphActionListBuilderBase::ActionGroup& InCurrentAction, |
EdGraph/EdGraphSchema.h |
CollectSearchTextWeightInfo(const FEdGraphSchemaAction &, const FGraphSchemaSearchWeightModifiers &, TArray< FGraphSchemaSearchTextWeightInfo > &, FGraphSchemaSearchTextDebugInfo *)
Description
Build an array containing all search types, return the index of the first non-localized entry.
| Name | CollectSearchTextWeightInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path | #include "EdGraph/EdGraphSchema.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphSchema.cpp |
int32 CollectSearchTextWeightInfo
(
const FEdGraphSchemaAction & InCurrentAction,
const FGraphSchemaSearchWeightModifiers & InWeightModifiers,
TArray < FGraphSchemaSearchTextWeightInfo > & OutWeightedArrayList,
FGraphSchemaSearchTextDebugInfo * InDebugInfo
) const
CollectSearchTextWeightInfo(const FGraphActionListBuilderBase::ActionGroup &, const FGraphSchemaSearchWeightModifiers &, TArray< FGraphSchemaSearchTextWeightInfo > &, FGraphSchemaSearchTextDebugInfo *)
| Name | CollectSearchTextWeightInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path | #include "EdGraph/EdGraphSchema.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphSchema.cpp |
PRAGMA_DISABLE_DEPRECATION_WARNINGSint32 CollectSearchTextWeightInfo
(
const FGraphActionListBuilderBase::ActionGroup & InCurrentAction,
const FGraphSchemaSearchWeightModifiers & InWeightModifiers,
TArray < FGraphSchemaSearchTextWeightInfo > & OutWeightedArrayList,
FGraphSchemaSearchTextDebugInfo * InDebugInfo
) const