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::QueryVectorWriterCsv Class Reference

#include <CsvSerializers.h>

Inherits EMotionFX::MotionMatching::CsvWriterBase.

Public Member Functions

bool Begin (const char *filename, const FeatureSchema *featureSchema)
 
void Write (const QueryVector *queryVector)
 

Additional Inherited Members

- Protected Member Functions inherited from EMotionFX::MotionMatching::CsvWriterBase
bool OpenFile (const char *filename, int openMode)
 
virtual void End ()
 
bool IsReady () const
 
void WriteLine (AZStd::string &line)
 
void WriteVector3ToString (const AZ::Vector3 &vec, AZStd::string &text)
 
void WriteFloatArrayToString (const AZStd::vector< float > &values, AZStd::string &text)
 
- Protected Attributes inherited from EMotionFX::MotionMatching::CsvWriterBase
AZ::IO::SystemFile m_file
 
AZStd::string m_tempBuffer
 

Detailed Description

Store a list of query vectors in a table The first row contains the names of the features in the very vector based on the currently used feature schema Each following row represents a query vector


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