struct IAnimationGraphStateIterator { struct SState { const char * name; }; };
IAnimationGraphSystem.h
struct SState { const char * name; };
IAnimationGraphSystem.h
virtual ~IAnimationGraphStateIterator();
virtual void AddRef() = 0;
virtual bool Next(SState&) = 0;
virtual void Release() = 0;