Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FBlueprintCompilationManager
Description
Immediately compiles the blueprint, no expectation that related blueprints be subsequently compiled. It will be significantly more efficient to queue blueprints and then flush the compilation queue if there are several blueprints that require compilation (e.g. typical case on PIE):
| Name | CompileSynchronously |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/BlueprintCompilationManager.h |
| Include Path | #include "BlueprintCompilationManager.h" |
| Source | /Engine/Source/Editor/Kismet/Private/BlueprintCompilationManager.cpp |
static void CompileSynchronously
(
const FBPCompileRequest & Request
)