#include <IAnimationGraphManagerHolder.h>
 | 
| virtual  | ~IAnimationGraphManagerHolder () | 
|   | 
| virtual bool  | NotifyAnimationGraph (const BSFixedString &a_eventName) | 
|   | 
| virtual bool  | GetAnimationGraphManagerImpl (BSTSmartPointer< BSAnimationGraphManager > &a_out) const =0 | 
|   | 
| virtual bool  | SetAnimationGraphManagerImpl (BSTSmartPointer< BSAnimationGraphManager > &a_in)=0 | 
|   | 
| virtual bool  | PopulateGraphNodesToTarget (BSScrapArray< NiAVObject * > &a_nodes) | 
|   | 
| virtual bool  | ConstructAnimationGraph (BSTSmartPointer< BShkbAnimationGraph > &a_out)=0 | 
|   | 
| virtual void  | Unk_06 (void) | 
|   | 
| virtual void  | Unk_07 (void) | 
|   | 
| virtual bool  | SetupAnimEventSinks (const BSTSmartPointer< BShkbAnimationGraph > &a_animGraph) | 
|   | 
| virtual void  | Unk_09 (void) | 
|   | 
| virtual bool  | CreateAnimationChannels (BSScrapArray< BSTSmartPointer< BSAnimationGraphChannel > > &animGraphChannels) | 
|   | 
| virtual void  | PostCreateAnimationGraphManager (BSTSmartPointer< BSAnimationGraphManager > &a_animGraphMgr) | 
|   | 
| virtual void  | Unk_0C (void) | 
|   | 
| virtual void  | PostChangeAnimationManager (const BSTSmartPointer< BShkbAnimationGraph > &a_arg1, const BSTSmartPointer< BShkbAnimationGraph > &a_arg2) | 
|   | 
| virtual void  | Unk_0E (void) | 
|   | 
| virtual std::uint32_t  | GetGraphVariableCacheSize () const | 
|   | 
| virtual bool  | GetGraphVariableImpl1 (const BSFixedString &a_variableName, float &a_out) const | 
|   | 
| virtual bool  | GetGraphVariableImpl2 (const BSFixedString &a_variableName, std::int32_t &a_out) const | 
|   | 
| virtual bool  | GetGraphVariableImpl3 (const BSFixedString &a_variableName, bool &a_out) const | 
|   | 
| bool  | GetAnimationGraphManager (BSTSmartPointer< BSAnimationGraphManager > &a_out) const | 
|   | 
| bool  | GetGraphVariableFloat (const BSFixedString &a_variableName, float &a_out) const | 
|   | 
| bool  | GetGraphVariableInt (const BSFixedString &a_variableName, std::int32_t &a_out) const | 
|   | 
| bool  | GetGraphVariableBool (const BSFixedString &a_variableName, bool &a_out) const | 
|   | 
| bool  | GetGraphVariableNiPoint3 (const BSFixedString &a_variableName, NiPoint3 &a_out) const | 
|   | 
| bool  | SetAnimationGraphManager (BSTSmartPointer< BSAnimationGraphManager > &a_in) | 
|   | 
| bool  | SetGraphVariableBool (const BSFixedString &a_variableName, bool a_in) | 
|   | 
| bool  | SetGraphVariableInt (const BSFixedString &a_variableName, std::int32_t a_in) | 
|   | 
| bool  | SetGraphVariableFloat (const BSFixedString &a_variableName, float a_in) | 
|   | 
| bool  | SetGraphVariableNiPoint3 (const BSFixedString &a_variableName, NiPoint3 &a_in) const | 
|   | 
◆ ~IAnimationGraphManagerHolder()
  
  
      
        
          | virtual RE::IAnimationGraphManagerHolder::~IAnimationGraphManagerHolder  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ ConstructAnimationGraph()
◆ CreateAnimationChannels()
◆ GetAnimationGraphManager()
◆ GetAnimationGraphManagerImpl()
◆ GetGraphVariableBool()
      
        
          | bool RE::IAnimationGraphManagerHolder::GetGraphVariableBool  | 
          ( | 
          const BSFixedString &  | 
          a_variableName,  | 
        
        
           | 
           | 
          bool &  | 
          a_out  | 
        
        
           | 
          ) | 
           |  const | 
        
      
 
 
◆ GetGraphVariableCacheSize()
  
  
      
        
          | virtual std::uint32_t RE::IAnimationGraphManagerHolder::GetGraphVariableCacheSize  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
virtual   | 
  
 
 
◆ GetGraphVariableFloat()
      
        
          | bool RE::IAnimationGraphManagerHolder::GetGraphVariableFloat  | 
          ( | 
          const BSFixedString &  | 
          a_variableName,  | 
        
        
           | 
           | 
          float &  | 
          a_out  | 
        
        
           | 
          ) | 
           |  const | 
        
      
 
 
◆ GetGraphVariableImpl1()
  
  
      
        
          | virtual bool RE::IAnimationGraphManagerHolder::GetGraphVariableImpl1  | 
          ( | 
          const BSFixedString &  | 
          a_variableName,  | 
         
        
           | 
           | 
          float &  | 
          a_out  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
virtual   | 
  
 
 
◆ GetGraphVariableImpl2()
  
  
      
        
          | virtual bool RE::IAnimationGraphManagerHolder::GetGraphVariableImpl2  | 
          ( | 
          const BSFixedString &  | 
          a_variableName,  | 
         
        
           | 
           | 
          std::int32_t &  | 
          a_out  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
virtual   | 
  
 
 
◆ GetGraphVariableImpl3()
  
  
      
        
          | virtual bool RE::IAnimationGraphManagerHolder::GetGraphVariableImpl3  | 
          ( | 
          const BSFixedString &  | 
          a_variableName,  | 
         
        
           | 
           | 
          bool &  | 
          a_out  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
virtual   | 
  
 
 
◆ GetGraphVariableInt()
      
        
          | bool RE::IAnimationGraphManagerHolder::GetGraphVariableInt  | 
          ( | 
          const BSFixedString &  | 
          a_variableName,  | 
        
        
           | 
           | 
          std::int32_t &  | 
          a_out  | 
        
        
           | 
          ) | 
           |  const | 
        
      
 
 
◆ GetGraphVariableNiPoint3()
      
        
          | bool RE::IAnimationGraphManagerHolder::GetGraphVariableNiPoint3  | 
          ( | 
          const BSFixedString &  | 
          a_variableName,  | 
        
        
           | 
           | 
          NiPoint3 &  | 
          a_out  | 
        
        
           | 
          ) | 
           |  const | 
        
      
 
 
◆ NotifyAnimationGraph()
  
  
      
        
          | virtual bool RE::IAnimationGraphManagerHolder::NotifyAnimationGraph  | 
          ( | 
          const BSFixedString &  | 
          a_eventName | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ PopulateGraphNodesToTarget()
  
  
      
        
          | virtual bool RE::IAnimationGraphManagerHolder::PopulateGraphNodesToTarget  | 
          ( | 
          BSScrapArray< NiAVObject * > &  | 
          a_nodes | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ PostChangeAnimationManager()
◆ PostCreateAnimationGraphManager()
◆ SetAnimationGraphManager()
◆ SetAnimationGraphManagerImpl()
◆ SetGraphVariableBool()
      
        
          | bool RE::IAnimationGraphManagerHolder::SetGraphVariableBool  | 
          ( | 
          const BSFixedString &  | 
          a_variableName,  | 
        
        
           | 
           | 
          bool  | 
          a_in  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ SetGraphVariableFloat()
      
        
          | bool RE::IAnimationGraphManagerHolder::SetGraphVariableFloat  | 
          ( | 
          const BSFixedString &  | 
          a_variableName,  | 
        
        
           | 
           | 
          float  | 
          a_in  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ SetGraphVariableInt()
      
        
          | bool RE::IAnimationGraphManagerHolder::SetGraphVariableInt  | 
          ( | 
          const BSFixedString &  | 
          a_variableName,  | 
        
        
           | 
           | 
          std::int32_t  | 
          a_in  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ SetGraphVariableNiPoint3()
      
        
          | bool RE::IAnimationGraphManagerHolder::SetGraphVariableNiPoint3  | 
          ( | 
          const BSFixedString &  | 
          a_variableName,  | 
        
        
           | 
           | 
          NiPoint3 &  | 
          a_in  | 
        
        
           | 
          ) | 
           |  const | 
        
      
 
 
◆ SetupAnimEventSinks()
◆ Unk_06()
  
  
      
        
          | virtual void RE::IAnimationGraphManagerHolder::Unk_06  | 
          ( | 
          void  | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ Unk_07()
  
  
      
        
          | virtual void RE::IAnimationGraphManagerHolder::Unk_07  | 
          ( | 
          void  | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ Unk_09()
  
  
      
        
          | virtual void RE::IAnimationGraphManagerHolder::Unk_09  | 
          ( | 
          void  | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ Unk_0C()
  
  
      
        
          | virtual void RE::IAnimationGraphManagerHolder::Unk_0C  | 
          ( | 
          void  | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ Unk_0E()
  
  
      
        
          | virtual void RE::IAnimationGraphManagerHolder::Unk_0E  | 
          ( | 
          void  | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ RTTI
The documentation for this class was generated from the following file: