| 
    CommonLibSSE NG
    
   | 
 
#include <hkbClipGenerator.h>
  
Public Types | |
| enum | PlaybackMode {  kModeSinglePlay = 0 , kModeLooping = 1 , kModeUserControlled = 2 , kModePingPong = 3 , kModeCount = 4 }  | 
  Public Types inherited from RE::hkbNode | |
| enum class | GetChildrenFlagBits { kActiveOnly = 1 << 0 , kGeneratorsOnly = 1 << 1 , kIgnoreReferencedBehaviour = 1 << 2 } | 
| enum class | CloneState { kDefault = 0 , kTemplate = 1 , kClone = 2 , kShareable = 3 } | 
  Public Types inherited from RE::hkReferencedObject | |
| enum class | LockMode { kNone = 0 , kAuto , kManual } | 
| enum | { kMemSize = 0x7FFF } | 
Public Member Functions | |
| ~hkbClipGenerator () override | |
| void | Activate (const hkbContext &a_context) override | 
| void | Update (const hkbContext &a_context, float a_timestep) override | 
| void | Deactivate (const hkbContext &a_context) override | 
| void | Generate (const hkbContext &a_context) override | 
| void | UpdateSync (const hkbContext &a_context) override | 
  Public Member Functions inherited from RE::hkbGenerator | |
| ~hkbGenerator () override | |
| void | Unk_15 (void) override | 
| virtual void | Generate (const hkbContext &a_context)=0 | 
| virtual void | Unk_18 (void) | 
| virtual void | UpdateSync (const hkbContext &a_context) | 
| virtual void | Unk_1A (void) | 
| virtual void | Unk_1B (void) | 
  Public Member Functions inherited from RE::hkbNode | |
| ~hkbNode () override | |
| virtual void | Activate (const hkbContext &a_context) | 
| virtual void | Update (const hkbContext &a_context, float a_timestep) | 
| virtual void | Unk_06 (void) | 
| virtual void | Deactivate (const hkbContext &a_context) | 
| virtual void | Unk_08 (void) | 
| virtual void | Unk_09 (void) | 
| virtual void | Unk_0A (void) | 
| virtual void | Unk_0B (void) | 
| virtual void | Unk_0C (void) | 
| virtual void | Unk_0D (void) | 
| virtual void | Unk_0E (void) | 
| virtual void | Unk_0F (void) | 
| virtual void | Unk_10 (void) | 
| virtual void | Unk_11 (void) | 
| virtual void | Unk_12 (void) | 
| virtual void | Unk_13 (void) | 
| virtual void | Unk_14 (void) | 
| virtual void | Unk_15 (void) | 
| virtual void | Unk_16 (void) | 
  Public Member Functions inherited from RE::hkbBindable | |
| ~hkbBindable () override | |
| virtual void | Unk_03 (void) | 
  Public Member Functions inherited from RE::hkReferencedObject | |
| hkReferencedObject () | |
| ~hkReferencedObject () override=default | |
| virtual const hkClass * | GetClassType () const | 
| virtual void | CalcContentStatistics (hkStatisticsCollector *a_collector, const hkClass *a_class) const | 
| void | AddReference () const | 
| std::int32_t | GetAllocatedSize () const | 
| std::int32_t | GetReferenceCount () const | 
| void | RemoveReference () const | 
  Public Member Functions inherited from RE::hkBaseObject | |
| virtual | ~hkBaseObject ()=default | 
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_hkbClipGenerator | 
| static constexpr auto | VTABLE = VTABLE_hkbClipGenerator | 
  Static Public Attributes inherited from RE::hkbGenerator | |
| static constexpr auto | RTTI = RTTI_hkbGenerator | 
| static constexpr auto | VTABLE = VTABLE_hkbGenerator | 
  Static Public Attributes inherited from RE::hkbNode | |
| static constexpr auto | RTTI = RTTI_hkbNode | 
| static constexpr auto | VTABLE = VTABLE_hkbNode | 
  Static Public Attributes inherited from RE::hkbBindable | |
| static constexpr auto | RTTI = RTTI_hkbBindable | 
| static constexpr auto | VTABLE = VTABLE_hkbBindable | 
  Static Public Attributes inherited from RE::hkReferencedObject | |
| static constexpr auto | RTTI = RTTI_hkReferencedObject | 
| static constexpr auto | VTABLE = VTABLE_hkReferencedObject | 
  Static Public Attributes inherited from RE::hkBaseObject | |
| static constexpr auto | RTTI = RTTI_hkBaseObject | 
| static constexpr auto | VTABLE = VTABLE_hkBaseObject | 
      
  | 
  override | 
      
  | 
  overridevirtual | 
Reimplemented from RE::hkbNode.
      
  | 
  overridevirtual | 
Reimplemented from RE::hkbNode.
      
  | 
  overridevirtual | 
Implements RE::hkbGenerator.
      
  | 
  overridevirtual | 
Reimplemented from RE::hkbNode.
      
  | 
  overridevirtual | 
Reimplemented from RE::hkbGenerator.
| std::uint16_t RE::hkbClipGenerator::animationBindingIndex | 
| hkRefPtr<hkaDefaultAnimationControl> RE::hkbClipGenerator::animationControl | 
| hkStringPtr RE::hkbClipGenerator::animationName | 
| hkArray<hkRefVariant> RE::hkbClipGenerator::animDatas | 
| bool RE::hkbClipGenerator::atEnd | 
| hkaAnimationBinding* RE::hkbClipGenerator::binding | 
| std::int32_t RE::hkbClipGenerator::bufferSize | 
| float RE::hkbClipGenerator::cropEndAmountLocalTime | 
| float RE::hkbClipGenerator::cropStartAmountLocalTime | 
| std::int32_t RE::hkbClipGenerator::echoBufferSize | 
| hkArray<hkRefVariant> RE::hkbClipGenerator::echos | 
| float RE::hkbClipGenerator::enforcedDuration | 
| hkQsTransform RE::hkbClipGenerator::extractedMotion | 
| std::uint8_t RE::hkbClipGenerator::flags | 
| bool RE::hkbClipGenerator::ignoreStartTime | 
| float RE::hkbClipGenerator::localTime | 
| hkaDefaultAnimationControlMapperData* RE::hkbClipGenerator::mapperData | 
| hkRefVariant RE::hkbClipGenerator::mirroredAnimation | 
| stl::enumeration<PlaybackMode, uint8_t> RE::hkbClipGenerator::mode | 
| hkRefPtr<hkbClipTriggerArray> RE::hkbClipGenerator::originalTriggers | 
| std::uint8_t RE::hkbClipGenerator::pad107[9] | 
| bool RE::hkbClipGenerator::pingPongBackward | 
| float RE::hkbClipGenerator::playbackSpeed | 
| float RE::hkbClipGenerator::previousUserControlledTimeFraction | 
      
  | 
  inlinestaticconstexpr | 
| float RE::hkbClipGenerator::startTime | 
| float RE::hkbClipGenerator::time | 
| hkRefPtr<hkbClipTriggerArray> RE::hkbClipGenerator::triggers | 
| std::uint32_t RE::hkbClipGenerator::unk74 | 
| float RE::hkbClipGenerator::userControlledTimeFraction | 
      
  | 
  inlinestaticconstexpr |