EPropertyLocalizationGathererResultFlags

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "Serialization/PropertyLocalizationDataGathering.h"

Syntax

enum EPropertyLocalizationGathererResultFlags
{
    Empty                                      = 0,
    HasText                                    = 1<<0,
    HasScript                                  = 1<<1,
    HasTextWithInvalidPackageLocalizationID    = 1<<2,
}

Values

Name

Description

Empty

The call resulted in no text or script data being added to the array.

HasText

The call resulted in text data being added to the array.

HasScript

The call resulted in script data being added to the array.

HasTextWithInvalidPackageLocalizationID

The call resulted in text with an invalid package localization ID being added to the array.

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