enum MAGES::SceneGraph::Editor::ActionReferenceDisplayState

Overview

What an ActionReference field is currently showing. More…

enum ActionReferenceDisplayState
{
    None,
    Resolved,
    Missing,
    Unavailable,
};

Detailed Documentation

What an ActionReference field is currently showing.

Enum Values

None

No action is referenced.

Resolved

The referenced action was found in the catalog.

Missing

A catalog exists but does not contain the referenced ID, so the action is gone.

Unavailable

No catalog could be built, so the reference can be neither verified nor changed.