FWidgetBlueprintCompiler::Compile

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

IBlueprintCompiler::Compile()

FWidgetBlueprintCompiler::Compile()

References

Module

UMGEditor

Header

/Engine/Source/Editor/UMGEditor/Public/WidgetBlueprintCompiler.h

Include

#include "WidgetBlueprintCompiler.h"

Source

/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintCompiler.cpp

Syntax

virtual void Compile
(
    UBlueprint * Blueprint,
    const FKismetCompilerOptions & CompileOptions,
    FCompilerResultsLog & Results
)