Navigation
API > API/Editor > API/Editor/Kismet
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/BlueprintCompilationManager.h |
| Include | #include "BlueprintCompilationManager.h" |
Syntax
struct FBPCompileRequest
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UBlueprint > | BPToCompile | BP that needs to be compiled: | |
| FCompilerResultsLog * | ClientResultsLog | Clients can give us a results log if they want to parse or display it themselves, otherwise we will use a transient one: | |
| EBlueprintCompileOptions | CompileOptions | Legacy options for blueprint compilation: |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBPCompileRequest
(
UBlueprint* InBPToCompile, |