ERowState

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/CompositeDataTable.h

Include

#include "Engine/CompositeDataTable.h"

Syntax

enum ERowState
{
    Inherited,
    Overridden,
    New,
    Invalid,
}

Values

Name

Description

Inherited

Inherited from one or more of the parent tables

Overridden

Inherited from one or more of the parent tables but overridden by the current table

New

Added by the current table

Invalid