![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Containers/TransactionallySafeSpscQueue.h"#include "Chaos/Defines.h"#include "Chaos/SimCallbackInput.h"#include "Chaos/CollisionResolutionTypes.h"#include "Chaos/GeometryParticlesfwd.h"#include "ChaosStats.h"#include "Chaos/PhysicsObject.h"Go to the source code of this file.
Classes | |
| class | Chaos::ISimCallbackObject |
| class | Chaos::FSimCallbackCommandObject |
| class | Chaos::TSimCallbackObject< TInputType, TOutputType, TOptions > |
| struct | Chaos::FSimCallbackInputAndObject |
Namespaces | |
| namespace | Chaos |
| namespace | Chaos::Utilities |
Macros | |
| #define | UE_CHAOS_UNTRACKED_CALLBACK_IS_ERROR 0 |
Enumerations | |
| enum class | Chaos::ESimCallbackOptions : uint16 { Chaos::None = 0 , Chaos::Presimulate = 1 << 0 , Chaos::MidPhaseModification = 1 << 1 , Chaos::CCDModification = 1 << 2 , Chaos::ContactModification = 1 << 3 , Chaos::StrainModification = 1 << 5 , Chaos::ParticleRegister = 1 << 6 , Chaos::ParticleUnregister = 1 << 7 , Chaos::RunOnFrozenGameThread = 1 << 8 , Chaos::Rewind = 1 << 9 , Chaos::PhysicsObjectUnregister = 1 << 10 , Chaos::PreIntegrate = 1 << 11 , Chaos::PostIntegrate = 1 << 12 , Chaos::PreSolve = 1 << 13 , Chaos::PostSolve = 1 << 14 } |
Functions | |
| FReal | Chaos::Utilities::GetSolverPhysicsResultsTime (const FPhysicsSolverBase *Solver) |
| #define UE_CHAOS_UNTRACKED_CALLBACK_IS_ERROR 0 |