Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UGatherTextFromSourceCommandlet
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 → UGatherTextFromSourceCommandlet::ShouldRunInPreview
| Name | ShouldRunInPreview |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextFromSourceCommandlet.h |
| Include Path | #include "Commandlets/GatherTextFromSourceCommandlet.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Commandlets/GatherTextFromSourceCommandlet.cpp |
virtual bool ShouldRunInPreview
(
const TArray < FString > & Switches,
const TMap < FString , FString > & ParamVals
) const