a.StripAdditiveRefPose
a.StripAdditiveRefPose
#Overview
name: a.StripAdditiveRefPose
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
1 = Strip additive ref poses on cook. 0 = off
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/Animation/AnimSequence.cpp:94
Scope: file
Source code excerpt:
int32 GStripAdditiveRefPose = 0;
static FAutoConsoleVariableRef CVarStripAdditiveRefPose(
TEXT("a.StripAdditiveRefPose"),
GStripAdditiveRefPose,
TEXT("1 = Strip additive ref poses on cook. 0 = off"));
namespace UE::Anim::Private
{
bool ShouldStripAdditiveRefPose()