FKismetCompilerOptions

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Blueprint.h

Include

#include "Engine/Blueprint.h"

Syntax

struct FKismetCompilerOptions

Variables

Name Description

Public variable

bool

 

bIsDuplicationInstigated

Whether or not this compile is for a duplicated blueprint

Public variable

bool

 

bRegenerateSkelton

Whether to regenerate the skeleton first, when compiling on load we don't need to regenerate the skeleton.

Public variable

bool

 

bReinstanceAndStubOnFailure

Whether or not to reinstance and stub if the blueprint fails to compile

Public variable

bool

 

bSaveIntermediateProducts

Whether or not to save intermediate build products (temporary graphs and expanded macros) for debugging

Public variable

bool

 

bSkipDefaultObjectValidation

Whether or not to skip class default object validation

Public variable

bool

 

bSkipFiBSearchMetaUpdate

Whether or not to update Find-in-Blueprint search metadata

Public variable

EKismetCompileT...

 

CompileType

The compile type to perform (full compile, skeleton pass only, etc)

Public variable

FCompilerNativi...

 

NativizationOptions

Public variable

TSharedPtr< FSt...

 

OutCppSourceCode

Public variable

TSharedPtr< FSt...

 

OutHeaderSourceCode

Constructors

Name Description

Public function

FKismetCompilerOptions()

Functions

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