FBlueprintCompilationManager::RegisterCompilerExtension

Registers a blueprint compiler extension - anytime a blueprint of the provided type is compiled the extension will be activated.

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 RegisterCompilerExtension
(
    TSubclassOf< UBlueprint > BlueprintType,
    UBlueprintCompilerExtension * Extension
)

Remarks

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.

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