FKismetFunctionContext

Overload list

Unreal Engine C++ API Reference > Editor > KismetCompiler > FKismetFunctionContext

  Type Name Description
Public function  

FKismetFunctionContext ( FCompilerResultsLog& InMessageLog,
const UEdGraphSchema_K2* InSchema,
UBlueprintGeneratedClass* InNewClass,
UBlueprint* InBlueprint
)

 
Public function PRAGMA_DISABLE_DEPRECATION_WARNINGS

FKismetFunctionContext ( FCompilerResultsLog& InMessageLog,
const UEdGraphSchema_K2* InSchema,
UBlueprintGeneratedClass* InNewClass,
UBlueprint* InBlueprint,
bool bInGeneratingCpp
)

Please use the version that does not include the Cpp generation flag as a parameter.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page