EComparisonMode

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Serialization/TextReferenceCollector.h

Include

#include "Serialization/TextReferenceCollector.h"

Syntax

enum EComparisonMode
{
    MatchId,
    MatchSource,
    MismatchSource,
}

Values

Name

Description

MatchId

Detect a reference if it matches the given ID (ignoring the source text)

MatchSource

Detect a reference if it matches the given ID and source string

MismatchSource

Detect a reference if it matches the given ID but has a different source string

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