FBlueprintCompilationManager::CompileSynchronously

Immediately compiles the blueprint, no expectation that related blueprints be subsequently compiled.

Windows
MacOS
Linux

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/BlueprintCompilationManager.h

Include

#include "BlueprintCompilationManager.h"

Source

/Engine/Source/Editor/Kismet/Private/BlueprintCompilationManager.cpp

Syntax

static void CompileSynchronously
(
    const FBPCompileRequest & Request
)

Remarks

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):

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