Lyra.DiffCollectionReferenceSupport
Lyra.DiffCollectionReferenceSupport
#Overview
name: Lyra.DiffCollectionReferenceSupport
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Usage:\n Lyra.DiffCollectionReferenceSupport OldCollectionName NewCollectionName [Deduplicate]\n\nIt will list the assets in Old that \'support\' assets introduced in New (are referencers directly/indirectly)\nas well as any loose unsupported assets.\n\nThe optional third argument controls whether or not multi-supported assets will be de-duplicated (true) or not (false)
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Projects/Lyra/Source/LyraEditor/Utilities/DiffCollectionReferenceSupport.cpp:12
Scope: file
Source code excerpt:
FAutoConsoleCommandWithWorldArgsAndOutputDevice GDiffCollectionReferenceSupport(
TEXT("Lyra.DiffCollectionReferenceSupport"),
TEXT("Usage:\n")
TEXT(" Lyra.DiffCollectionReferenceSupport OldCollectionName NewCollectionName [Deduplicate]\n")
TEXT("\n")
TEXT("It will list the assets in Old that 'support' assets introduced in New (are referencers directly/indirectly)\n")
TEXT("as well as any loose unsupported assets.\n")
TEXT("\n")