Open 3D Engine GridMate API Reference  2205.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
GridMate::GridSearch Class Referenceabstract

#include <Session.h>

Public Member Functions

 GridSearch (SessionService *service)
 
bool IsDone () const
 Return true if the search has finished, otherwise false.
 
virtual unsigned int GetNumResults () const =0
 
virtual const SearchInfoGetResult (unsigned int index) const =0
 
virtual void AbortSearch ()=0
 
void Release ()
 
IGridMateGetGridMate () const
 

Protected Member Functions

virtual void Update ()
 

Protected Attributes

SessionServicem_sessionService
 
bool m_isDone
 

Friends

class SessionService
 

Detailed Description

Interface for a session search.

Note
you need to make sure you release the search after you are done using it.

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