Searched refs:GetFloat32Value (Results 1 – 3 of 3) sorted by relevance
96 f32 GetFloat32Value() const { return m_Float32; } in GetFloat32Value() function253 f32 GetFloat32Value() const { return m_Float32; } in GetFloat32Value() function407 f32 GetFloat32Value() const { return m_Float32; } in GetFloat32Value() function565 f32 GetFloat32Value() const { return m_Float32; } in GetFloat32Value() function726 f32 GetFloat32Value() const { return m_Float32; } in GetFloat32Value() function824 f32 GetFloat32Value() const { return m_Float32; } in GetFloat32Value() function920 f32 GetFloat32Value() const { return m_Float32; } in GetFloat32Value() function1015 f32 GetFloat32Value() const { return m_Float32; } in GetFloat32Value() function
75 f32 GetFloat32Value() const { return ParticleTimeToFloat32(m_ParticleTime); }249 f32 GetFloat32Value() const { return m_ParticleTime; }335 return ParticleTime(this->GetFloat32Value() / length.GetFloat32Value() * factor);
1684 u32 flife = 0x10000 / lifeParam.GetFloat32Value(); in ParticleFloatImmediate4KeyUpdater()1690 u32 ftime = (u32)(difftime.GetFloat32Value() * flife); in ParticleFloatImmediate4KeyUpdater()1715 f32 flife = 1.0f / life[index].GetFloat32Value(); in ParticleFloatImmediate4KeyUpdater()1718 u32 ftime = difftime.GetFloat32Value() * flife * 0x10000; in ParticleFloatImmediate4KeyUpdater()1875 math::FFloor(time_birth.GetFloat32Value() / interval) in ParticleRandomUpdater()1876 - math::FCeil(prev_birth.GetFloat32Value() / interval) in ParticleRandomUpdater()2791 const f32 diffTime = diffTimePtcl.GetFloat32Value(); in UpdateParticles()2972 prevTime.GetFloat32Value(), in UpdateParticles()2973 time.GetFloat32Value() in UpdateParticles()3273 int end = (int)(resource.GetEnd() * life.GetFloat32Value()); in CheckTiming()[all …]