Navigation
API > API/Editor > API/Editor/BlueprintGraph
Structure used to automatically convert blueprintcallable functions (that have blueprint parameter) calls (in bp graph) into their never versions (with class param instead of blueprint).
| Name | FBlueprintCallableFunctionRedirect |
| Type | struct |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h |
| Include Path | #include "EdGraphSchema_K2.h" |
Syntax
USTRUCT ()
struct FBlueprintCallableFunctionRedirect
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BlueprintParamName | FString | EdGraphSchema_K2.h | ||
| ClassName | FString | EdGraphSchema_K2.h | ||
| ClassParamName | FString | EdGraphSchema_K2.h | ||
| NewFunctionName | FString | EdGraphSchema_K2.h | ||
| OldFunctionName | FString | EdGraphSchema_K2.h |