FBlueprintCallableFunctionRedirect

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).

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h

Include

#include "EdGraphSchema_K2.h"

Syntax

struct FBlueprintCallableFunctionRedirect

Remarks

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).

Variables

Name Description

Public variable

FString

 

BlueprintParamName

Public variable

FString

 

ClassName

Public variable

FString

 

ClassParamName

Public variable

FString

 

NewFunctionName

Public variable

FString

 

OldFunctionName

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss