|
CommonLibSSE (powerof3)
|
#include <hkbGenerator.h>
Public Member Functions | |
| ~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_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_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 |
Additional Inherited Members | |
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 Attributes inherited from RE::hkbNode | |
| std::uint64_t | userData |
| hkStringPtr | name |
| std::uint16_t | id |
| REX::EnumSet< CloneState, std::uint8_t > | cloneState |
| std::uint8_t | pad43 |
| std::uint32_t | pad44 |
Public Attributes inherited from RE::hkbBindable | |
| hkRefPtr< hkbVariableBindingSet > | variableBindingSet |
| hkArray< hkRefVariant > | cachedBindables |
| bool | areBindablesCached |
| std::uint8_t | pad29 |
| std::uint16_t | pad2A |
| std::uint32_t | pad2C |
Public Attributes inherited from RE::hkReferencedObject | |
| std::uint16_t | memSizeAndFlags |
| volatile std::int16_t | referenceCount |
| std::uint32_t | pad0C |
|
override |
|
pure virtual |
Implemented in RE::hkbBehaviorGraph, RE::hkbClipGenerator, and RE::hkbStateMachine.
|
overridevirtual |
Reimplemented from RE::hkbNode.
|
virtual |
Reimplemented in RE::hkbBehaviorGraph, and RE::hkbStateMachine.
|
virtual |
|
virtual |
Reimplemented in RE::hkbStateMachine.
|
virtual |
Reimplemented in RE::hkbBehaviorGraph, RE::hkbClipGenerator, and RE::hkbStateMachine.
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |