FindCoefficientScalableFloats
FindCoefficientScalableFloats
#Overview
name: FindCoefficientScalableFloats
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Searches for scalable floats with a non 1 coeffecient. Warning this is slow!
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/Runtime/GameplayAbilities/Source/GameplayAbilities/Private/ScalableFloat.cpp:478
Scope: file
Source code excerpt:
FAutoConsoleCommand FindCoefficientScalableFloatsCommand(
TEXT("FindCoefficientScalableFloats"),
TEXT( "Searches for scalable floats with a non 1 coeffecient. Warning this is slow!" ),
FConsoleCommandWithArgsDelegate::CreateStatic(FindInvalidScalableFloats, true)
);
#endif