Collision.ListChannels
Collision.ListChannels
#Overview
name: Collision.ListChannels
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
ListChannels
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/Runtime/Engine/Private/Collision/Collision.cpp:1171
Scope (from outer to inner):
file
namespace CollisionResponseConsoleCommands
Source code excerpt:
static FAutoConsoleCommand ListChannelsCommand(
TEXT("Collision.ListChannels"),
TEXT("ListChannels"),
FConsoleCommandDelegate::CreateStatic(ListCollisionChannelNames)
);
static FAutoConsoleCommandWithWorldAndArgs ListComponentsWithResponseToProfileCommand(
TEXT("Collision.ListComponentsWithResponseToProfile"),