IKismetCompilerInterface::RecoverCorruptedBlueprint

Attempts to recover a corrupted blueprint package.

Choose your operating system:

Windows

macOS

Linux

References

Module

KismetCompiler

Header

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

Include

#include "KismetCompilerModule.h"

Syntax

void RecoverCorruptedBlueprint
(
    class UBlueprint * Blueprint
)

Remarks

Attempts to recover a corrupted blueprint package.

Parameters

Parameter

Description

Blueprint

The blueprint to recover.