a.EnableAnimStreamable
a.EnableAnimStreamable
#Overview
name: a.EnableAnimStreamable
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
1 = Enables ability to make Anim Streamable assets. 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/Plugins/Editor/EngineAssetDefinitions/Source/Private/Animation/AssetDefinition_AnimSequence.cpp:29
Scope (from outer to inner):
file
namespace MenuExtension_AnimSequence
Source code excerpt:
int32 GEnableAnimStreamable = 0;
static const TCHAR* AnimStreamableCVarName = TEXT("a.EnableAnimStreamable");
static FAutoConsoleVariableRef CVarEnableAnimStreamable(
AnimStreamableCVarName,
GEnableAnimStreamable,
TEXT("1 = Enables ability to make Anim Streamable assets. 0 = off"));