a.Streaming.ChunkSizeSeconds
a.Streaming.ChunkSizeSeconds
#Overview
name: a.Streaming.ChunkSizeSeconds
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Size of streaming animation chunk in seconds, 0 or negative signifies only have 1 chunk
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/AnimStreamable.cpp:64
Scope: file
Source code excerpt:
float GChunkSizeSeconds = MINIMUM_CHUNK_SIZE;
static const TCHAR* ChunkSizeSecondsCVarName = TEXT("a.Streaming.ChunkSizeSeconds");
static FAutoConsoleVariableRef CVarChunkSizeSeconds(
ChunkSizeSecondsCVarName,
GChunkSizeSeconds,
TEXT("Size of streaming animation chunk in seconds, 0 or negative signifies only have 1 chunk"));