Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FBlueprintCompilationManager
Description
Registers a blueprint compiler extension - anytime a blueprint of the provided type is compiled the extension will be activated. Note that because editor initialization may require blueprint compilation there may be blueprints compiled before the extension is registed unless special care has been taken.
| Name | RegisterCompilerExtension |
| 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 RegisterCompilerExtension
(
TSubclassOf< UBlueprint > BlueprintType,
UBlueprintCompilerExtension * Extension
)