| ClearObjectToIgnore() | ezJoltCharacterControllerComponent | |
| CollectCastContacts(ezDynamicArray< ContactPoint > &out_Contacts, const JPH::Shape *pShape, const ezVec3 &vQueryPosition, const ezQuat &qQueryRotation, const ezVec3 &vSweepDir) const | ezJoltCharacterControllerComponent | protected |
| CollectContacts(ezDynamicArray< ContactPoint > &out_Contacts, const JPH::Shape *pShape, const ezVec3 &vQueryPosition, const ezQuat &qQueryRotation, float fCollisionTolerance) const | ezJoltCharacterControllerComponent | protected |
| Deinitialize() | ezComponent | protectedvirtual |
| DeleteComponent() | ezComponent | |
| DeserializeComponent(ezWorldReader &inout_stream) override | ezJoltCharacterControllerComponent | virtual |
| EnableUnhandledMessageHandler(bool enable) | ezComponent | protected |
| EnsureInitialized() | ezComponent | |
| EnsureSimulationStarted() | ezComponent | |
| ezComponent() | ezComponent | protected |
| ezJoltCharacterControllerComponent() (defined in ezJoltCharacterControllerComponent) | ezJoltCharacterControllerComponent | |
| ezJoltWorldModule (defined in ezJoltCharacterControllerComponent) | ezJoltCharacterControllerComponent | friend |
| ezReflectedClass()=default (defined in ezReflectedClass) | ezReflectedClass | |
| GetActiveFlag() const | ezComponent | |
| GetContactVelocityAndPushAway(const ContactPoint &contact, float fPushForce) | ezJoltCharacterControllerComponent | protected |
| GetDynamicRTTI() const (defined in ezReflectedClass) | ezReflectedClass | inlinevirtual |
| GetHandle() const | ezComponent | |
| GetInverseUpdateTimeDelta() const | ezJoltCharacterControllerComponent | inlineprotected |
| GetJoltCharacter() | ezJoltCharacterControllerComponent | inlineprotected |
| GetJoltCharacter() const (defined in ezJoltCharacterControllerComponent) | ezJoltCharacterControllerComponent | inlineprotected |
| GetMass() const (defined in ezJoltCharacterControllerComponent) | ezJoltCharacterControllerComponent | inline |
| GetMaxClimbingSlope() const (defined in ezJoltCharacterControllerComponent) | ezJoltCharacterControllerComponent | inline |
| GetMode() const =0 (defined in ezComponent) | ezComponent | protectedpure virtual |
| GetOwner() | ezComponent | |
| GetOwner() const | ezComponent | |
| GetOwningManager() | ezComponent | |
| GetOwningManager() const | ezComponent | |
| GetShapeRadius() const =0 | ezJoltCharacterControllerComponent | protectedpure virtual |
| GetStaticRTTI() (defined in ezNoBase) | ezNoBase | inlinestatic |
| GetStrength() const (defined in ezJoltCharacterControllerComponent) | ezJoltCharacterControllerComponent | inline |
| GetTypeId() const =0 (defined in ezComponent) | ezComponent | protectedpure virtual |
| GetUniqueID() const | ezComponent | |
| GetUpdateTimeDelta() const | ezJoltCharacterControllerComponent | inlineprotected |
| GetUserFlag(ezUInt8 uiFlagIndex) const | ezComponent | |
| GetWorld() | ezComponent | |
| GetWorld() const | ezComponent | |
| HandlesMessage(const ezMessage &msg) const | ezComponent | virtual |
| Initialize() | ezComponent | protectedvirtual |
| IsActive() const | ezComponent | |
| IsActiveAndInitialized() const | ezComponent | |
| IsActiveAndSimulating() const | ezComponent | |
| IsDynamic() const | ezComponent | protected |
| IsInitialized() const (defined in ezComponent) | ezComponent | protected |
| IsInitializing() const (defined in ezComponent) | ezComponent | protected |
| IsInstanceOf(const ezRTTI *pType) const | ezReflectedClass | |
| IsInstanceOf() const | ezReflectedClass | inline |
| IsSimulationStarted() const (defined in ezComponent) | ezComponent | protected |
| m_DebugFlags | ezJoltCharacterControllerComponent | |
| m_fWeightMass (defined in ezJoltCharacterControllerComponent) | ezJoltCharacterControllerComponent | |
| m_fWeightScale (defined in ezJoltCharacterControllerComponent) | ezJoltCharacterControllerComponent | |
| m_pMessageDispatchType | ezComponent | protected |
| m_uiCollisionLayer | ezJoltCharacterControllerComponent | |
| m_uiPresenceCollisionLayer | ezJoltCharacterControllerComponent | |
| m_uiWeightCategory (defined in ezJoltCharacterControllerComponent) | ezJoltCharacterControllerComponent | |
| MakeNextCharacterShape()=0 | ezJoltCharacterControllerComponent | protectedpure virtual |
| OnActivated() | ezComponent | protectedvirtual |
| OnDeactivated() override | ezJoltCharacterControllerComponent | protectedvirtual |
| OnSimulationStarted() override | ezJoltCharacterControllerComponent | protectedvirtual |
| OnUnhandledMessage(ezMessage &msg, bool bWasPostedMsg) | ezComponent | protectedvirtual |
| OnUnhandledMessage(ezMessage &msg, bool bWasPostedMsg) const | ezComponent | protectedvirtual |
| PostMessage(const ezMessage &msg, ezTime delay=ezTime::MakeZero(), ezObjectMsgQueueType::Enum queueType=ezObjectMsgQueueType::NextFrame) const | ezComponent | |
| RawMoveIntoDirection(const ezVec3 &vDirection) | ezJoltCharacterControllerComponent | protected |
| RawMoveToPosition(const ezVec3 &vTargetPosition) | ezJoltCharacterControllerComponent | protected |
| RawMoveWithVelocity(const ezVec3 &vVelocity, float fMaxStairStepUp, float fMaxStepDown) | ezJoltCharacterControllerComponent | protected |
| SendMessage(ezMessage &ref_msg) | ezComponent | inline |
| SendMessage(ezMessage &ref_msg) const (defined in ezComponent) | ezComponent | inline |
| SerializeComponent(ezWorldWriter &inout_stream) const override | ezJoltCharacterControllerComponent | virtual |
| SetActiveFlag(bool bEnabled) | ezComponent | |
| SetCreatedByPrefab() | ezComponent | inline |
| SetMaxClimbingSlope(ezAngle slope) | ezJoltCharacterControllerComponent | |
| SetObjectToIgnore(ezUInt32 uiObjectFilterID) | ezJoltCharacterControllerComponent | |
| SetStrength(float fStrength) | ezJoltCharacterControllerComponent | |
| SetUniqueID(ezUInt32 uiUniqueID) | ezComponent | |
| SetUserFlag(ezUInt8 uiFlagIndex, bool bSet) | ezComponent | |
| SpawnContactInteraction(const ContactPoint &contact, const ezHashedString &sSurfaceInteraction, ezSurfaceResourceHandle hFallbackSurface, const ezVec3 &vInteractionNormal=ezVec3(0, 0, 1)) | ezJoltCharacterControllerComponent | protected |
| StickToGround(float fMaxDist) | ezJoltCharacterControllerComponent | protected |
| TeleportToPosition(const ezVec3 &vGlobalFootPos) | ezJoltCharacterControllerComponent | protected |
| TryChangeShape(JPH::Shape *pNewShape) | ezJoltCharacterControllerComponent | protected |
| UpdateCharacter()=0 | ezJoltCharacterControllerComponent | protectedpure virtual |
| VisualizeContact(const ContactPoint &contact, const ezColor &color) const | ezJoltCharacterControllerComponent | protected |
| VisualizeContacts(const ezDynamicArray< ContactPoint > &contacts, const ezColor &color) const | ezJoltCharacterControllerComponent | protected |
| WasCreatedByPrefab() const | ezComponent | inline |
| ~ezComponent() (defined in ezComponent) | ezComponent | protectedvirtual |
| ~ezJoltCharacterControllerComponent() (defined in ezJoltCharacterControllerComponent) | ezJoltCharacterControllerComponent | |
| ~ezReflectedClass()=default (defined in ezReflectedClass) | ezReflectedClass | virtual |