CommonLibSSE NG
|
#include <hkbNode.h>
Public Types | |
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 | |
~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 |
Public Attributes | |
std::uint64_t | userData |
hkStringPtr | name |
std::uint16_t | id |
stl::enumeration< 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 |
Static Public Attributes | |
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 |
|
strong |
|
strong |
|
override |
|
virtual |
Reimplemented in RE::hkbBehaviorGraph, RE::hkbClipGenerator, and RE::hkbStateMachine.
|
virtual |
Reimplemented in RE::hkbBehaviorGraph, RE::hkbClipGenerator, and RE::hkbStateMachine.
|
virtual |
Reimplemented in RE::hkbBehaviorGraph, and RE::hkbStateMachine.
|
virtual |
Reimplemented in RE::hkbStateMachine.
|
virtual |
Reimplemented in RE::hkbBehaviorGraph, and RE::hkbStateMachine.
|
virtual |
Reimplemented in RE::hkbStateMachine.
|
virtual |
|
virtual |
Reimplemented in RE::hkbBehaviorGraph, and RE::hkbStateMachine.
|
virtual |
Reimplemented in RE::hkbStateMachine.
|
virtual |
Reimplemented in RE::hkbStateMachine.
|
virtual |
Reimplemented in RE::hkbStateMachine.
|
virtual |
Reimplemented in RE::hkbStateMachine.
|
virtual |
Reimplemented in RE::hkbStateMachine.
|
virtual |
Reimplemented in RE::hkbStateMachine.
|
virtual |
|
virtual |
Reimplemented in RE::hkbStateMachine.
|
virtual |
Reimplemented in RE::hkbGenerator.
|
virtual |
Reimplemented in RE::hkbBehaviorGraph.
|
virtual |
Reimplemented in RE::hkbBehaviorGraph, RE::hkbClipGenerator, and RE::hkbStateMachine.
stl::enumeration<CloneState, std::uint8_t> RE::hkbNode::cloneState |
std::uint16_t RE::hkbNode::id |
hkStringPtr RE::hkbNode::name |
std::uint8_t RE::hkbNode::pad43 |
std::uint32_t RE::hkbNode::pad44 |
|
inlinestaticconstexpr |
std::uint64_t RE::hkbNode::userData |
|
inlinestaticconstexpr |