CADLibrary::ECoreTechParsingResult

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

References

Module

CADInterfaces

Header

/Engine/Plugins/Enterprise/DatasmithCADImporter/Source/CADInterfaces/Public/CoreTechTypes.h

Include

#include "CoreTechTypes.h"

Syntax

namespace CADLibrary
{
    enum ECoreTechParsingResult
    {
        Unknown,
        Running,
        UnTreated,
        ProcessOk,
        ProcessFailed,
        FileNotFound,
    }
}

Values

Name

Description

Unknown

Running

UnTreated

ProcessOk

ProcessFailed

FileNotFound

Remarks

Copyright Epic Games, Inc. All Rights Reserved.

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