Navigation
API > API/Editor > API/Editor/UnrealEd
UGatherTextFromMetaDataCommandlet: Localization commandlet that collects all text to be localized from generated metadata.
| Name | UGatherTextFromMetaDataCommandlet |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextFromMetadataCommandlet.h |
| Include Path | #include "Commandlets/GatherTextFromMetadataCommandlet.h" |
Syntax
UCLASS ()
class UGatherTextFromMetaDataCommandlet : public UGatherTextCommandletBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCommandlet → UGatherTextCommandletBase → UGatherTextFromMetaDataCommandlet
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UGatherTextFromMetaDataCommandlet
(
const FObjectInitializer& ObjectInitializer |
Commandlets/GatherTextFromMetadataCommandlet.h |
Structs
| Name | Remarks |
|---|---|
| FFieldClassFilter | |
| FGatherParameters |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FieldOwnerTypesToExclude | TArray< const UStruct * > | Commandlets/GatherTextFromMetadataCommandlet.h | ||
| FieldOwnerTypesToInclude | TArray< const UStruct * > | Array of field owner types (eg, UMyClass, FMyStruct, etc) that should have fields within them included or excluded in the current gather | Commandlets/GatherTextFromMetadataCommandlet.h | |
| FieldTypesToExclude | TArray< FFieldClassFilter > | Commandlets/GatherTextFromMetadataCommandlet.h | ||
| FieldTypesToInclude | TArray< FFieldClassFilter > | Array of field types (eg, FProperty, UFunction, UScriptStruct, etc) that should be included or excluded in the current gather | Commandlets/GatherTextFromMetadataCommandlet.h | |
| ShouldGatherFromEditorOnlyData | bool | Commandlets/GatherTextFromMetadataCommandlet.h |
Functions
Public
Overridden from UGatherTextCommandletBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EGatherTextCommandletPhase GetPhase() |
Which phase does this task need to run in? | Commandlets/GatherTextFromMetadataCommandlet.h | |
| Returns true if this commandlet should run during a preview run. | Commandlets/GatherTextFromMetadataCommandlet.h |
Overridden from UCommandlet
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 Main
(
const FString& Params |
Commandlets/GatherTextFromMetadataCommandlet.h |