Open 3D Engine MotionMatching Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
EMotionFX::MotionMatching::QueryVector Class Reference

#include <QueryVector.h>

Public Member Functions

size_t GetSize () const
 
void Resize (size_t newSize)
 
void SetVector2 (const AZ::Vector2 &value, size_t offset)
 
void SetVector3 (const AZ::Vector3 &value, size_t offset)
 
AZ::Vector2 GetVector2 (size_t offset) const
 
AZ::Vector3 GetVector3 (size_t offset) const
 
AZStd::vector< float > & GetData ()
 
const AZStd::vector< float > & GetData () const
 

Detailed Description

The input query vector for the motion matching search. It contains the feature values based on the feature schema for the current character pose. The number of values should be equal to the number of columns in the feature matrix.


The documentation for this class was generated from the following file: