Searched refs:m_NormalizedWeights (Results 1 – 3 of 3) sorted by relevance
1909 m_NormalizedWeights[animObjIdx] = weight; in SetWeight()1996 m_NormalizedWeights = ut::MoveArray<float>(memory, maxAnimObjects, &GetAllocator()); in Initialize()1999 m_NormalizedWeights.PushBackFast(animObjIdx == 0 ? 1.0f : 0.0f); in Initialize()2023 m_NormalizedWeights[i] = m_Weights[i] * normalizeScale; in NormalizeWeight()2029 mutable ut::MoveArray<float> m_NormalizedWeights; //!< @details :private variable
723 const float childWeight = m_NormalizedWeights[animIdx]; in GetResult()
1139 const float childWeight = m_NormalizedWeights[animIdx]; in GetResult()