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

Unreal Engine C++ API Reference > Editor > BlueprintGraph

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

Type Name Description
FString BlueprintParamName  
FString ClassName  
FString ClassParamName  
FString NewFunctionName  
FString OldFunctionName  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library