Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FPhysicsSolverBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSimCallbackObjectType * CreateAndRegisterSimCallbackObject_External
(
ConstructorArgTypes&&... ConstructorArgs |
Creates a new sim callback object of the type given. | Chaos/Framework/PhysicsSolverBase.h | |
TSimCallbackObjectType * CreateAndRegisterSimCallbackObject_External
(
bool bContactModification, |
Chaos/Framework/PhysicsSolverBase.h |
CreateAndRegisterSimCallbackObject_External(ConstructorArgTypes &&...)
Description
Creates a new sim callback object of the type given. Caller expected to free using FreeSimCallbackObject_External
| Name | CreateAndRegisterSimCallbackObject_External |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Framework/PhysicsSolverBase.h |
| Include Path | #include "Chaos/Framework/PhysicsSolverBase.h" |
template<typename TSimCallbackObjectType, typename... ConstructorArgTypes>
TSimCallbackObjectType * CreateAndRegisterSimCallbackObject_External
(
ConstructorArgTypes &&... ConstructorArgs
)
CreateAndRegisterSimCallbackObject_External(bool, bool)
| Name | CreateAndRegisterSimCallbackObject_External |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Framework/PhysicsSolverBase.h |
| Include Path | #include "Chaos/Framework/PhysicsSolverBase.h" |
template<typename TSimCallbackObjectType>
TSimCallbackObjectType * CreateAndRegisterSimCallbackObject_External
(
bool bContactModification,
bool bRegisterRewindCallback
)