Navigation
Unreal Engine C++ API Reference > Editor > KismetCompiler
Inheritance Hierarchy
- IModuleInterface
- IKismetCompilerInterface
References
Module | KismetCompiler |
Header | /Engine/Source/Editor/KismetCompiler/Public/KismetCompilerModule.h |
Include | #include "KismetCompilerModule.h" |
Syntax
class IKismetCompilerInterface : public IModuleInterface
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | CompileStructure
(
UUserDefinedStruct* Struct, |
Compiles a user defined structure. |
![]() ![]() |
void | GetBlueprintTypesForClass
(
UClass* ParentClass, |
Get the blueprint class and generated blueprint class for a particular class type. |
![]() |
TArray< IBlueprintCompiler * > & | GetCompilers () |
Gets a list of all compilers for blueprints. You can register new compilers through this list. |
![]() |
void | OverrideBPGCTypeForBPType
(
TSubclassOf< UBlueprint > BlueprintType, |
|
![]() |
void | OverrideBPTypeForClass
(
UClass* Class, |
Facilities for establishing mappings between UClasses, UBlueprints, and UBlueprintGenerated Classes |
![]() |
void | OverrideBPTypeForClassInEditor
(
UClass* Class, |
|
![]() |
void | RecoverCorruptedBlueprint
(
UBlueprint* Blueprint |
Attempts to recover a corrupted blueprint package. |
![]() |
void | RefreshVariables
(
UBlueprint* Blueprint |
Synchronizes Blueprint's GeneratedClass's properties with the NewVariable declarations in the blueprint Used on load to ensure that all properties are present for instances. |
![]() |
void | RemoveBlueprintGeneratedClasses
(
UBlueprint* Blueprint |
Clears the blueprint's generated classes, and consigns them to oblivion |
![]() |
void | ValidateBPAndClassType
(
UBlueprint* BP, |
Deprecated Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
PRAGMA_DISABLE_DEPRECATION_WARNINGSvoid | GenerateCppCodeForEnum
(
UUserDefinedEnum* UDEnum, |
This API is no longer required. Any overrides should be removed. |
![]() ![]() |
void | GenerateCppCodeForStruct
(
UUserDefinedStruct* UDStruct, |
This API is no longer required. Any overrides should be removed. |
![]() ![]() |
FString | GenerateCppWrapper
(
UBlueprintGeneratedClass* BPGC, |
This API is no longer required. Any overrides should be removed. |