Types
Name | Value | Description |
---|---|---|
Super |
Constructors
Name | Description |
---|---|
Component() |
Destructors
Name | Description |
---|---|
~Component() |
Virtual Functions
Access | Return | Modifier | Name | Description |
---|---|---|---|---|
protected | void | inline | onActivation() | |
protected | void | inline | onDeactivation() | |
protected | void | inline | ||
protected | void | inline | onTransform() | |
protected | void | inline | onTick( float inDeltaTime ) |
Functions
Access | Return | Modifier | Name | Description |
---|---|---|---|---|
public | bool | inline, const | isType() | |
public | bool | const | isActive() | |
public | void | activate() | ||
public | void | deactivate() | ||
public | bool | const | canTick() | |
public | void | setCanTick( bool inCanTick ) | ||
public | void | tick( float inDeltaTime ) | ||
public | bool | const | isAttached() | |
public | T* | inline, const | getAttachment() | |
public | void |
Members
Access | Type | Modifier | Name | Description |
---|---|---|---|---|
public | bool | m_bCanTick | ||
public | bool | m_bIsActive | ||
public | m_attachment | |||
public | m_attachmentTransformSubscription |