MCPcopy Create free account
hub / github.com/arnaud-jamin/Cog / GetFloatValue

Method GetFloatValue

Source/CogSample/CogSampleFunctionLibrary_Gameplay.cpp:107–110  ·  view source on GitHub ↗

--------------------------------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

105
106//--------------------------------------------------------------------------------------------------------------------------
107float UCogSampleFunctionLibrary_Gameplay::GetFloatValue(const FScalableFloat& ScalableFloat, int32 Level)
108{
109 return ScalableFloat.GetValueAtLevel(Level);
110}
111
112//--------------------------------------------------------------------------------------------------------------------------
113bool UCogSampleFunctionLibrary_Gameplay::GetBoolValue(const FScalableFloat& ScalableFloat, int32 Level)

Callers 1

EvaluateCandidateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected