FGatherTextFromMetaDataConfiguration

Windows
MacOS
Linux

References

Module

Localization

Header

/Engine/Source/Developer/Localization/Public/LocalizationTargetTypes.h

Include

#include "LocalizationTargetTypes.h"

Syntax

struct FGatherTextFromMetaDataConfiguration

Variables

Name Description

Public variable

TArray< FGather...

 

ExcludePathWildcards

Metadata from source files whose paths match these wildcard patterns will be excluded from gathering.

Public variable

TArray< FGather...

 

IncludePathWildcards

Metadata from source files whose paths match these wildcard patterns, specified relative to the project's root, may be processed for gathering.

Public variable

bool

 

IsEnabled

If enabled, metadata will be gathered according to this configuration.

Public variable

TArray< FMetaDa...

 

KeySpecifications

Specifications for how to gather text from specific metadata keys.

Public variable

bool

 

ShouldGatherFromEditorOnlyData

If enabled, data that is specified as editor-only may be processed for gathering.

Constructors

Functions

Name Description

Public function Const

bool

 

Validate

(
    const bool bIsEngineTarget,
    FText& OutError
)

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