Navigation
| Name | KismetCompiler |
| Type | Editor |
| Location | /Engine/Source/Editor/KismetCompiler/ |
| Module Build Rules | KismetCompiler.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FGraphCompilerContext | |
| FKCHandler_Passthru | |
| FKismetCompilerContext | |
| FKismetCompilerUtilities | This is a loose collection of utilities used when 'compiling' a new UClass from a K2 graph. |
| FNodeHandlingFunctor | |
| FUserDefinedStructureCompilerUtils |
Structs
| Name | Remarks |
|---|---|
| FBlueprintCompiledStatement | |
| FBPTerminal | A terminal in the graph (literal or variable reference) |
| FConversion | |
| FImplicitCastParams | |
| FKismetFunctionContext | |
| 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) |
Interfaces
| Name | Remarks |
|---|---|
| IBlueprintCompiler | |
| IKismetCompilerInterface |
Enums
Public
| Name | Remarks |
|---|---|
| ConvertibleSignatureMatchResult | Used by DoSignaturesHaveConvertibleFloatTypes. |
| EInternalCompilerFlags | |
| EKismetCompiledStatementType | |
| ETerminalSpecification | |
| KismetCompilerDebugOptions:: | Should the compiler emit node comments to the backends? |
| KismetCompilerDebugOptions:: | |
| UE::KismetCompiler::CastingUtils::FloatingPointCastType |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CompilerContextFactoryFunction | FCompilerResultsLog const FKismetCompilerOptions & | KismetCompiler.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ENUM_CLASS_FLAGS
(
EInternalCompilerFlags |
KismetCompiler.h |