Navigation
API > API/Runtime > API/Runtime/MRMesh > API/Runtime/MRMesh/UMRMeshComponent
- UPrimitiveComponent::SetCollisionResponseToChannel()
- UMRMeshComponent::SetCollisionResponseToChannel()
References
| Module | MRMesh |
| Header | /Engine/Source/Runtime/MRMesh/Public/MRMeshComponent.h |
| Include | #include "MRMeshComponent.h" |
| Source | /Engine/Source/Runtime/MRMesh/Private/MRMeshComponent.cpp |
virtual void SetCollisionResponseToChannel
&40;
ECollisionChannel Channel,
ECollisionResponse NewResponse
&41;
Remarks
Changes a member of the ResponseToChannels container for this PrimitiveComponent.
Parameters
| Name | Description |
|---|---|
| Channel | The channel to change the response of |
| NewResponse | What the new response should be to the supplied Channel |