Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UCompileAllBlueprintsCommandlet
Description
Handles parsing out a string of command line tag pairs into the passed in output tag collection. Breaks these tags into a tag and a value to expect, or just a tag if any value will do. @Param FullTagString The string from the commandline that needs to be parsed @Param OutputAssetTags The collection of asset tags to output results to
| Name | ParseTagPairs |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Commandlets/CompileAllBlueprintsCommandlet.h |
| Include Path | #include "Commandlets/CompileAllBlueprintsCommandlet.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Commandlets/CompileAllBlueprintsCommandlet.cpp |
virtual void ParseTagPairs
(
const FString & FullTagString,
TArray < TPair< FString , TArray < FString > > > & OutputAssetTags
)