FBlueprintCompilationManager::CompileSynchronouslyToCpp

Write c++ represenetation of the blueprint to OutHeaderSource and OutCppSource

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 CompileSynchronouslyToCpp
(
    UBlueprint * BP,
    TSharedPtr< FString > OutHeaderSource,
    TSharedPtr< FString > OutCppSource,
    const FCompilerNativizationOptions & NativizationOptions
)

Remarks

Write c++ represenetation of the blueprint to OutHeaderSource and OutCppSource

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