EPostSignificanceType

Windows
MacOS
Linux

References

Module

SignificanceManager

Header

/Engine/Plugins/Runtime/SignificanceManager/Source/SignificanceManager/Public/SignificanceManager.h

Include

#include "SignificanceManager.h"

Syntax

enum EPostSignificanceType
{
    None,
    Concurrent,
    Sequential,
}

Values

Name

Description

None

The object has no post work to be done.

Concurrent

The object's post work can be done safely in parallel.

Sequential

The object's post work must be done sequentially.

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