Navigation
API > API/Editor > API/Editor/UnrealEd
Additional options and hooks that can be specified when running the GatherText commandlet embedded within another process
| Name | FGatherTextCommandletEmbeddedContext |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextCommandletBase.h |
| Include Path | #include "Commandlets/GatherTextCommandletBase.h" |
Syntax
struct FGatherTextCommandletEmbeddedContext
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SlowTaskMessageOverride | TOptional< FText > | Optional override for the message of the overall localization slow task | Commandlets/GatherTextCommandletBase.h | |
| TickCallback | TFunction< void()> | Callback used to perform additional tick tasks during the gather process | Commandlets/GatherTextCommandletBase.h | |
| WasAbortRequestedCallback | TFunction< bool()> | Callback used to allow user termination of the gather process | Commandlets/GatherTextCommandletBase.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RunTick() |
Commandlets/GatherTextCommandletBase.h | ||
bool ShouldAbort() |
Commandlets/GatherTextCommandletBase.h |
See Also
- UGatherTextCommandlet::Execute