ETransactionFilterResult

Windows
MacOS
Linux

References

Module

ConcertSyncCore

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertTransactionEvents.h

Include

#include "ConcertTransactionEvents.h"

Syntax

enum ETransactionFilterResult
{
    IncludeObject,
    ExcludeObject,
    ExcludeTransaction,
    UseDefault,
}

Values

Name

Description

IncludeObject

Include the object in the Concert Transaction

ExcludeObject

Filter the object from the Concert Transaction

ExcludeTransaction

Filter the entire transaction and prevent propagation

UseDefault

Delegate the filtering decision to the default handlers.

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