CollectionManager.Add
CollectionManager.Add
#Overview
name: CollectionManager.Add
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Adds the specified object path to the specified collection
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>/Engine/Source/Developer/CollectionManager/Private/CollectionManagerConsoleCommands.h:32
Scope (from outer to inner):
file
class class FCollectionManagerConsoleCommands
function FCollectionManagerConsoleCommands
Source code excerpt:
FConsoleCommandWithArgsDelegate::CreateRaw( this, &FCollectionManagerConsoleCommands::Destroy ) )
, AddCommand(
TEXT( "CollectionManager.Add" ),
*LOCTEXT("CommandText_Add", "Adds the specified object path to the specified collection").ToString(),
FConsoleCommandWithArgsDelegate::CreateRaw( this, &FCollectionManagerConsoleCommands::Add ) )
, RemoveCommand(
TEXT( "CollectionManager.Remove" ),
*LOCTEXT("CommandText_Remove", "Removes the specified object path from the specified collection").ToString(),
FConsoleCommandWithArgsDelegate::CreateRaw( this, &FCollectionManagerConsoleCommands::Remove ) )