KismetCompiler

Windows
MacOS
Linux

Classes

Name

Description

Public struct

FBlueprintCompiledStatement

Public struct

FBPTerminal

A terminal in the graph (literal or variable reference)

Public class

FGraphCompilerContext

Public class

FKCHandler_Passthru

Public class

FKismetCompilerContext

Public class

FKismetCompilerUtilities

This is a loose collection of utilities used when 'compiling' a new UClass from a K2 graph.

Public struct

FKismetFunctionContext

Public struct

FNetNameMapping

Map from a name to the number of times it's been 'created' (identical nodes create the same variable names, so they need something appended)

Public class

FNodeHandlingFunctor

Public class

FUserDefinedStructureCompilerUtils

Public class

IBlueprintCompiler

Public class

IBlueprintCompilerCppBackend

Public class

IBlueprintCompilerCppBackendModuleInterface

BlueprintCompilerCppBackend module interface

Public class

IKismetCompilerInterface

Typedefs

Enums

Functions

Name Description

Public function

constexpr bo...

 

operator!

Public function

constexpr EI...

 

operator&

Public function

EInternalCom...

 

operator&=

(
    EInternalCompilerFlags& Lhs,
    EInternalCompilerFlags Rhs
)

Public function

constexpr EI...

 

operator^

Public function

EInternalCom...

 

operator^=

(
    EInternalCompilerFlags& Lhs,
    EInternalCompilerFlags Rhs
)

Public function

constexpr EI...

 

operator|

Public function

EInternalCom...

 

operator|=

(
    EInternalCompilerFlags& Lhs,
    EInternalCompilerFlags Rhs
)

Public function

constexpr EI...

 

operator~

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