EReimportResult::Type

The various results we can receive from an object re-import

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/EditorReimportHandler.h

Include

#include "EditorReimportHandler.h"

Syntax

namespace EReimportResult
{
    enum Type
    {
        Failed,
        Succeeded,
        Cancelled,
    }
}

Values

Name

Description

Failed

Succeeded

Cancelled

Remarks

The various results we can receive from an object re-import

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss