Navigation
API > API/Editor > API/Editor/KismetCompiler > API/Editor/KismetCompiler/FKismetCompilerContext
Description
Second phase of compiling a function graph
- Generates an executable statement list
Second phase of compiling a function graph
- Generates executable code and performs final validation
| Name | CompileFunction |
| Type | function |
| Header File | /Engine/Source/Editor/KismetCompiler/Public/KismetCompiler.h |
| Include Path | #include "KismetCompiler.h" |
| Source | /Engine/Source/Editor/KismetCompiler/Private/KismetCompiler.cpp |
virtual void CompileFunction
(
FKismetFunctionContext & Context
)