Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FTextReferenceCollector
| |
|
| Name |
EComparisonMode |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/CoreUObject/Public/Serialization/TextReferenceCollector.h |
| Include Path |
#include "Serialization/TextReferenceCollector.h" |
Syntax
enum EComparisonMode
{
MatchId,
MatchSource,
MismatchSource,
}
Values
| Name |
Remarks |
| 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 |