Constraints.PreTickChild

Constraints.PreTickChild

#Overview

name: Constraints.PreTickChild

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/Runtime/Experimental/Animation/Constraints/Private/TransformConstraint.cpp:206

Scope (from outer to inner):

file
namespace    ConstraintLocals

Source code excerpt:

static bool	bPreTickChild = false;
static FAutoConsoleVariableRef CVarPreTickChild(
	TEXT("Constraints.PreTickChild"),
	bPreTickChild,
	TEXT("Force child ticking before constraint computation.")
	);

void PreEvaluateHandle(const TObjectPtr<UTransformableHandle>& InHandle) 
{