KismetCompiler

Choose your operating system:

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

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~