Navigation
API > API/Editor > API/Editor/KismetCompiler
| Name | IBlueprintCompiler |
| Type | class |
| Header File | /Engine/Source/Editor/KismetCompiler/Public/KismetCompilerModule.h |
| Include Path | #include "KismetCompilerModule.h" |
Syntax
class IBlueprintCompiler
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanCompile
(
const UBlueprint* Blueprint |
KismetCompilerModule.h | ||
void Compile
(
UBlueprint* Blueprint, |
KismetCompilerModule.h | ||
virtual bool GetBlueprintTypesForClass
(
UClass* ParentClass, |
KismetCompilerModule.h | ||
virtual void PostCompile
(
UBlueprint* Blueprint, |
KismetCompilerModule.h | ||
virtual void PreCompile
(
UBlueprint* Blueprint, |
KismetCompilerModule.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostCompile
(
UBlueprint* Blueprint |
KismetCompilerModule.h | ||
virtual void PreCompile
(
UBlueprint* Blueprint |
KismetCompilerModule.h |