Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UGenerateTextLocalizationReportC-
Description
Returns true if this commandlet should run during a preview run. Override in child classes to conditionally skip a commandlet from being run. Most commandlets that require source control, write to files etc should be skipped for preview runs
Virtual Inheritance
- UGatherTextCommandletBase::ShouldRunInPreview → UGenerateTextLocalizationReportCommandlet::ShouldRunInPreview
| Name | ShouldRunInPreview |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/GenerateTextLocalizationReportCommandlet.h |
| Include Path | #include "Commandlets/GenerateTextLocalizationReportCommandlet.h" |
virtual bool ShouldRunInPreview
(
const TArray < FString > & Switches,
const TMap < FString, FString > & ParamVals
) const