IKismetCompilerInterface::RemoveBlueprintGeneratedClasses

Clears the blueprint's generated classes, and consigns them to oblivion

Choose your operating system:

Windows

macOS

Linux

References

Module

KismetCompiler

Header

/Engine/Source/Editor/KismetCompiler/Public/KismetCompilerModule.h

Include

#include "KismetCompilerModule.h"

Syntax

void RemoveBlueprintGeneratedClasses
(
    class UBlueprint * Blueprint
)

Remarks

Clears the blueprint's generated classes, and consigns them to oblivion

Parameters

Parameter

Description

Blueprint

The blueprint to clear the classes for