IClothingSimulation::ClearExternalCollisions

Called by the engine when external collisions are no longer necessary or when they need to be updated with some of the previous collisions removed.

Windows
MacOS
Linux

Override Hierarchy

IClothingSimulation::ClearExternalCollisions()

ClothingSimulation::ClearExternalCollisions()

References

Module

ClothingSystemRuntimeInterface

Header

/Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothingSimulationInterface.h

Include

#include "ClothingSimulationInterface.h"

Syntax

void ClearExternalCollisions()

Remarks

Called by the engine when external collisions are no longer necessary or when they need to be updated with some of the previous collisions removed. It is recommended in derived simulations to avoid freeing any allocations regarding external collisions as it is likely more will be added soon after this call

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss