Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Engine/Blueprint.h |
Include |
#include "Engine/Blueprint.h" |
struct FKismetCompilerOptions
Name | Description | ||
---|---|---|---|
|
bIsDuplicationInstigated |
Whether or not this compile is for a duplicated blueprint |
|
|
bRegenerateSkelton |
Whether to regenerate the skeleton first, when compiling on load we don't need to regenerate the skeleton. |
|
|
bReinstanceAndStubOnFailure |
Whether or not to reinstance and stub if the blueprint fails to compile |
|
|
bSaveIntermediateProducts |
Whether or not to save intermediate build products (temporary graphs and expanded macros) for debugging |
|
|
bSkipDefaultObjectValidation |
Whether or not to skip class default object validation |
|
|
bSkipFiBSearchMetaUpdate |
Whether or not to update Find-in-Blueprint search metadata |
|
|
bUseDeltaSerializationDuringReinstancing |
Whether or not to use Delta Serialization when copying unrelated objects |
|
|
CompileType |
The compile type to perform (full compile, skeleton pass only, etc) |
|
|
TSharedPtr< FSt... |
OutCppSourceCode |
|
|
TSharedPtr< FSt... |
OutHeaderSourceCode |
Name | Description | |
---|---|---|
|
FKismetCompilerOptions() |
Name | Description | ||
---|---|---|---|
|
DoesRequireBytecodeGeneration() |
Name | Description | ||
---|---|---|---|
|
NativizationOptions |
This member is no longer in use and will be removed. |
Name | Description | ||
---|---|---|---|
|
DoesRequireCppCodeGeneration() |
This API is no longer in use and will be removed. |