Gizmos.ProjectIndirect
Gizmos.ProjectIndirect
#Overview
name: Gizmos.ProjectIndirect
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Project to the nearest point of the curve when handling indirect rotation.
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/Experimental/EditorInteractiveToolsFramework/Private/EditorGizmos/TransformGizmo.cpp:47
Scope (from outer to inner):
file
namespace GizmoLocals
Source code excerpt:
static bool ProjectIndirect = true;
static FAutoConsoleVariableRef CVarProjectIndirect(
TEXT("Gizmos.ProjectIndirect"),
ProjectIndirect,
TEXT("Project to the nearest point of the curve when handling indirect rotation.")
);
}
void UTransformGizmo::SetDisallowNegativeScaling(bool bDisallow)