ClearObjectToIgnore() | plJoltCharacterControllerComponent | |
CollectCastContacts(plDynamicArray< ContactPoint > &out_Contacts, const JPH::Shape *pShape, const plVec3 &vQueryPosition, const plQuat &qQueryRotation, const plVec3 &vSweepDir) const | plJoltCharacterControllerComponent | protected |
CollectContacts(plDynamicArray< ContactPoint > &out_Contacts, const JPH::Shape *pShape, const plVec3 &vQueryPosition, const plQuat &qQueryRotation, float fCollisionTolerance) const | plJoltCharacterControllerComponent | protected |
Deinitialize() | plComponent | protectedvirtual |
DeserializeComponent(plWorldReader &inout_stream) override | plJoltCharacterControllerComponent | virtual |
EnableUnhandledMessageHandler(bool enable) | plComponent | protected |
EnsureInitialized() | plComponent | |
EnsureSimulationStarted() | plComponent | |
GetActiveFlag() const | plComponent | |
GetContactVelocityAndPushAway(const ContactPoint &contact, float fPushForce) | plJoltCharacterControllerComponent | protected |
GetDynamicRTTI() const (defined in plReflectedClass) | plReflectedClass | inlinevirtual |
GetHandle() const | plComponent | |
GetInverseUpdateTimeDelta() const | plJoltCharacterControllerComponent | inlineprotected |
GetJoltCharacter() | plJoltCharacterControllerComponent | inlineprotected |
GetJoltCharacter() const (defined in plJoltCharacterControllerComponent) | plJoltCharacterControllerComponent | inlineprotected |
GetMass() const (defined in plJoltCharacterControllerComponent) | plJoltCharacterControllerComponent | inline |
GetMaxClimbingSlope() const (defined in plJoltCharacterControllerComponent) | plJoltCharacterControllerComponent | inline |
GetMode() const =0 (defined in plComponent) | plComponent | protectedpure virtual |
GetOwner() | plComponent | |
GetOwner() const | plComponent | |
GetOwningManager() | plComponent | |
GetOwningManager() const | plComponent | |
GetShapeRadius() const =0 | plJoltCharacterControllerComponent | protectedpure virtual |
GetStaticRTTI() (defined in plNoBase) | plNoBase | inlinestatic |
GetStrength() const (defined in plJoltCharacterControllerComponent) | plJoltCharacterControllerComponent | inline |
GetTypeId() const =0 (defined in plComponent) | plComponent | protectedpure virtual |
GetUniqueID() const | plComponent | |
GetUpdateTimeDelta() const | plJoltCharacterControllerComponent | inlineprotected |
GetUserFlag(plUInt8 uiFlagIndex) const | plComponent | |
GetWorld() | plComponent | |
GetWorld() const | plComponent | |
HandlesMessage(const plMessage &msg) const | plComponent | virtual |
Initialize() | plComponent | protectedvirtual |
IsActive() const | plComponent | |
IsActiveAndInitialized() const | plComponent | |
IsActiveAndSimulating() const | plComponent | |
IsCrouching() override | plJoltCharacterControllerComponent | inlinevirtual |
IsDestinationUnobstructed(const plVec3 &vGlobalFootPos, float fCharacterHeight) override | plJoltCharacterControllerComponent | inlinevirtual |
IsDynamic() const | plComponent | protected |
IsInitialized() const (defined in plComponent) | plComponent | protected |
IsInitializing() const (defined in plComponent) | plComponent | protected |
IsInstanceOf(const plRTTI *pType) const | plReflectedClass | |
IsInstanceOf() const | plReflectedClass | inline |
IsSimulationStarted() const (defined in plComponent) | plComponent | protected |
IsTouchingGround() override | plJoltCharacterControllerComponent | inlinevirtual |
m_DebugFlags | plJoltCharacterControllerComponent | |
m_pMessageDispatchType | plComponent | protected |
m_uiCollisionLayer | plJoltCharacterControllerComponent | |
m_uiPresenceCollisionLayer | plJoltCharacterControllerComponent | |
MakeNextCharacterShape()=0 | plJoltCharacterControllerComponent | protectedpure virtual |
MoveCharacter(plMsgMoveCharacterController &msg) override | plJoltCharacterControllerComponent | inlinevirtual |
OnActivated() | plComponent | protectedvirtual |
OnDeactivated() override | plJoltCharacterControllerComponent | protectedvirtual |
OnSimulationStarted() override | plJoltCharacterControllerComponent | protectedvirtual |
OnUnhandledMessage(plMessage &msg, bool bWasPostedMsg) | plComponent | protectedvirtual |
OnUnhandledMessage(plMessage &msg, bool bWasPostedMsg) const | plComponent | protectedvirtual |
plCharacterControllerComponent() (defined in plCharacterControllerComponent) | plCharacterControllerComponent | |
plComponent() | plComponent | protected |
plJoltCharacterControllerComponent() (defined in plJoltCharacterControllerComponent) | plJoltCharacterControllerComponent | |
plJoltWorldModule (defined in plJoltCharacterControllerComponent) | plJoltCharacterControllerComponent | friend |
plReflectedClass()=default (defined in plReflectedClass) | plReflectedClass | |
PostMessage(const plMessage &msg, plTime delay=plTime::MakeZero(), plObjectMsgQueueType::Enum queueType=plObjectMsgQueueType::NextFrame) const | plComponent | |
RawMove(const plVec3 &vMoveDeltaGlobal) override | plJoltCharacterControllerComponent | inlinevirtual |
RawMoveIntoDirection(const plVec3 &vDirection) | plJoltCharacterControllerComponent | protected |
RawMoveToPosition(const plVec3 &vTargetPosition) | plJoltCharacterControllerComponent | protected |
RawMoveWithVelocity(const plVec3 &vVelocity, float fMaxStairStepUp, float fMaxStepDown) | plJoltCharacterControllerComponent | protected |
SendMessage(plMessage &ref_msg) | plComponent | inline |
SendMessage(plMessage &ref_msg) const (defined in plComponent) | plComponent | inline |
SerializeComponent(plWorldWriter &inout_stream) const override | plJoltCharacterControllerComponent | virtual |
SetActiveFlag(bool bEnabled) | plComponent | |
SetCreatedByPrefab() | plComponent | inline |
SetMass(float fMass) | plJoltCharacterControllerComponent | |
SetMaxClimbingSlope(plAngle slope) | plJoltCharacterControllerComponent | |
SetObjectToIgnore(plUInt32 uiObjectFilterID) | plJoltCharacterControllerComponent | |
SetStrength(float fStrength) | plJoltCharacterControllerComponent | |
SetUniqueID(plUInt32 uiUniqueID) | plComponent | |
SetUserFlag(plUInt8 uiFlagIndex, bool bSet) | plComponent | |
SpawnContactInteraction(const ContactPoint &contact, const plHashedString &sSurfaceInteraction, plSurfaceResourceHandle hFallbackSurface, const plVec3 &vInteractionNormal=plVec3(0, 0, 1)) | plJoltCharacterControllerComponent | protected |
StickToGround(float fMaxDist) | plJoltCharacterControllerComponent | protected |
TeleportCharacter(const plVec3 &vGlobalFootPos) override | plJoltCharacterControllerComponent | inlinevirtual |
TeleportToPosition(const plVec3 &vGlobalFootPos) | plJoltCharacterControllerComponent | protected |
TryChangeShape(JPH::Shape *pNewShape) | plJoltCharacterControllerComponent | protected |
UpdateCharacter()=0 | plJoltCharacterControllerComponent | protectedpure virtual |
VisualizeContact(const ContactPoint &contact, const plColor &color) const | plJoltCharacterControllerComponent | protected |
VisualizeContacts(const plDynamicArray< ContactPoint > &contacts, const plColor &color) const | plJoltCharacterControllerComponent | protected |
WasCreatedByPrefab() const | plComponent | inline |
~plComponent() (defined in plComponent) | plComponent | protectedvirtual |
~plJoltCharacterControllerComponent() (defined in plJoltCharacterControllerComponent) | plJoltCharacterControllerComponent | |
~plReflectedClass()=default (defined in plReflectedClass) | plReflectedClass | virtual |