FWidgetBlueprintCompiler

Windows
MacOS
Linux

Inheritance Hierarchy

IBlueprintCompiler

FWidgetBlueprintCompiler

References

Module

UMGEditor

Header

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

Include

#include "WidgetBlueprintCompiler.h"

Syntax

class FWidgetBlueprintCompiler : public IBlueprintCompiler

Constructors

Name Description

Public function

FWidgetBlueprintCompiler()

Overridden from IBlueprintCompiler

Name Description

Public function Virtual

bool

 

CanCompile

(
    const UBlueprint* Blueprint
)

Public function Virtual

void

 

Compile

(
    UBlueprint* Blueprint,
    const FKismetCompilerOptions& Comp...,
    FCompilerResultsLog& Results
)

Public function Virtual Const

bool

 

GetBlueprintTypesForClass

(
    UClass* ParentClass,
    UClass*& OutBlueprintClass,
    UClass*& OutBlueprintGenerated...
)

Public function Virtual

void

 

PostCompile

(
    UBlueprint* Blueprint,
    const FKismetCompilerOptions& Comp...
)

Public function Virtual

void

 

PreCompile

(
    UBlueprint* Blueprint,
    const FKismetCompilerOptions& Comp...
)

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