EUserDefinedStructureStatus

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/UserDefinedStruct.h

Include

#include "Engine/UserDefinedStruct.h"

Syntax

enum EUserDefinedStructureStatus
{
    UDSS_UpToDate,
    UDSS_Dirty,
    UDSS_Error,
    UDSS_Duplicate,
    UDSS_MAX,
}

Values

Name

Description

UDSS_UpToDate

Struct is in an unknown state.

UDSS_Dirty

Struct has been modified but not recompiled.

UDSS_Error

Struct tried but failed to be compiled.

UDSS_Duplicate

Struct is a duplicate, the original one was changed.

UDSS_MAX

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