p.Chaos.VD.Tool.QueueAndCombineSceneOutlinerEvents
p.Chaos.VD.Tool.QueueAndCombineSceneOutlinerEvents
#Overview
name: p.Chaos.VD.Tool.QueueAndCombineSceneOutlinerEvents
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If set to true, scene outliner events will be queued and sent once per frame. If there was a unprocessed event for an item, the las queued event will replace it
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/Plugins/ChaosVD/Source/ChaosVD/Private/ChaosVDWorldOutlinerMode.cpp:9
Scope: file
Source code excerpt:
static FAutoConsoleVariable CVarChaosVDQueueAndCombineSceneOutlinerEvents(
TEXT("p.Chaos.VD.Tool.QueueAndCombineSceneOutlinerEvents"),
true,
TEXT("If set to true, scene outliner events will be queued and sent once per frame. If there was a unprocessed event for an item, the las queued event will replace it"));
const FSceneOutlinerTreeItemType FChaosVDActorTreeItem::Type(&FActorTreeItem::Type);
#define LOCTEXT_NAMESPACE "ChaosVisualDebugger"