r.CatmullRomEndParamOffset
r.CatmullRomEndParamOffset
#Overview
name: r.CatmullRomEndParamOffset
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
The parameter offset for catmul rom end points.
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/Particles/ParticleSystemRender.cpp:5916
Scope: file
Source code excerpt:
float GCatmullRomEndParamOffset = 0.1f;
static FAutoConsoleVariableRef CatmullRomEndParamOffset(
TEXT("r.CatmullRomEndParamOffset"),
GCatmullRomEndParamOffset,
TEXT("The parameter offset for catmul rom end points.")
);
/**
Helper class for keeping track of all the particles being used for vertex generation.