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