IBlueprintNativeCodeGenCore::Register

Registers the [IBlueprintNativeCodeGenCore](API\Runtime\CoreUObject\Blueprint\IBlueprintNativeCodeGenCore), just used to point us at an implementation.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Blueprint/BlueprintSupport.h

Include

#include "Blueprint/BlueprintSupport.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/Blueprint/BlueprintSupport.cpp

Syntax

static void Register
(
    const IBlueprintNativeCodeGenCore * Coordinator
)

Remarks

Registers the IBlueprintNativeCodeGenCore, just used to point us at an implementation. By default, there is no IBlueprintNativeCodeGenCore, and thus no blueprints are replaced at cook.

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