IAnimationGraphCategoryIterator

C++
struct IAnimationGraphCategoryIterator {
  struct SCategory {
    const char * name;
    bool overridable;
    bool usableWithTemplate;
  };
};
File

IAnimationGraphSystem.h

Description

<> required for Interfuscator

IAnimationGraphCategoryIterator::SCategory Structure
C++
struct SCategory {
  const char * name;
  bool overridable;
  bool usableWithTemplate;
};
File

IAnimationGraphSystem.h

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