IClothingSimulation::AddExternalCollisions

Called by the engine when an external object wants to inject collision data into this simulation above and beyond what is specified in the asset for the internal actors Examples: Scene collision, collision for parents we are attached to

Windows
MacOS
Linux

Override Hierarchy

IClothingSimulation::AddExternalCollisions()

ClothingSimulation::AddExternalCollisions()

References

Module

ClothingSystemRuntimeInterface

Header

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

Include

#include "ClothingSimulationInterface.h"

Syntax

void AddExternalCollisions
(
    const FClothCollisionData & InData
)

Remarks

Called by the engine when an external object wants to inject collision data into this simulation above and beyond what is specified in the asset for the internal actors Examples: Scene collision, collision for parents we are attached to

Parameters

Parameter

Description

InData

Collisions to add to this simulation

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