FGatherTextFromPackagesConfiguration

Windows
MacOS
Linux

References

Module

Localization

Header

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

Include

#include "LocalizationTargetTypes.h"

Syntax

struct FGatherTextFromPackagesConfiguration

Variables

Name Description

Public variable

TArray< FName >

 

Collections

Packages in these collections may be processed for gathering.

Public variable

TArray< FSoftCl...

 

ExcludeClasses

Classes that should be excluded from gathering.

Public variable

TArray< FGather...

 

ExcludePathWildcards

Packages whose paths match these wildcard patterns will be excluded from gathering.

Public variable

TArray< FGather...

 

FileExtensions

Packages whose names match these wildcard patterns may be processed for text to gather.

Public variable

TArray< FGather...

 

IncludePathWildcards

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

Public variable

bool

 

IsEnabled

If enabled, text from packages will be gathered according to this configuration.

Public variable

bool

 

ShouldExcludeDerivedClasses

Should classes derived from those in the exclude classes list also be excluded from gathering?

Public variable

bool

 

ShouldGatherFromEditorOnlyData

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

Public variable

bool

 

SkipGatherCache

Should we ignore the cached text in the package header and perform a full package load instead?

Constructors

Functions

Name Description

Public function Static

const TArray...

 

GetDefaultPackageFileExtensions()

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