CurveEditor.MaxCurvesPerPinnedView

CurveEditor.MaxCurvesPerPinnedView

#Overview

name: CurveEditor.MaxCurvesPerPinnedView

This variable is created as a Console Variable (cvar).

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/Editor/CurveEditor/Private/SCurveEditorPanel.cpp:101

Scope: file

Source code excerpt:

int32 GCurveEditorMaxCurvesPerPinnedView = 0;
static FAutoConsoleVariableRef CVarCurveEditorMaxCurvesPerPinnedView(
	TEXT("CurveEditor.MaxCurvesPerPinnedView"),
	GCurveEditorMaxCurvesPerPinnedView,
	TEXT("When CurveEditor.PinnedViews is 1, defines the maximum number of curves allowed on a pinned view (0 for no maximum).")
);

/**
 * Implemented as a friend struct to SCurveEditorView to ensure that SCurveEditorPanel is the only thing that can add/remove curves from views