IAnimationGraphStateIterator

C++
struct IAnimationGraphStateIterator {
  struct SState {
    const char * name;
  };
};
File

IAnimationGraphSystem.h

IAnimationGraphStateIterator::SState Structure
C++
struct SState {
  const char * name;
};
File

IAnimationGraphSystem.h

IAnimationGraphStateIterator::~IAnimationGraphStateIterator Destructor
C++
IAnimationGraphStateIterator::AddRef Method
C++
virtual void AddRef() = 0;
IAnimationGraphStateIterator::Next Method
C++
virtual bool Next(SState&) = 0;
IAnimationGraphStateIterator::Release Method
C++
virtual void Release() = 0;