Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FPBDCollisionConstraint
Description
For CCD constraints, a transient flag (reset every frame) that is used to both enable/disable CCD sweeps for the frame, and to retport whether the sweep was run and the results retained. See GetCCDSweepEnabled().
| Name | SetCCDSweepEnabled |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Collision/PBDCollisionConstraint.h |
| Include Path | #include "Chaos/Collision/PBDCollisionConstraint.h" |
void SetCCDSweepEnabled
(
const bool bCCDSweepEnabled
)