Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Commandlets
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCommandlet
- UGatherTextCommandletBase
- UGatherTextFromMetaDataCommandlet
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextFromMetadataCommandlet.h |
| Include | #include "Commandlets/GatherTextFromMetadataCommandlet.h" |
Syntax
class UGatherTextFromMetaDataCommandlet : public UGatherTextCommandletBase
Remarks
UGatherTextFromMetaDataCommandlet: Localization commandlet that collects all text to be localized from generated metadata.
Constructors
| Type | Name | Description | |
|---|---|---|---|
UGatherTextFromMetaDataCommandlet
(
const FObjectInitializer& ObjectInitializer |
Overridden from UGatherTextCommandletBase
| Type | Name | Description | |
|---|---|---|---|
| bool | Returns true if this commandlet should run during a preview run. |
Overridden from UCommandlet
Classes
| Type | Name | Description | |
|---|---|---|---|
| FGatherParameters |