Navigation
API > API/Plugins > API/Plugins/ApexDestruction > API/Plugins/ApexDestruction/UDestructibleComponent
- UPrimitiveComponent::SetCollisionResponseToChannel()
- UDestructibleComponent::SetCollisionResponseToChannel()
References
| Module | ApexDestruction |
| Header | /Engine/Plugins/Runtime/ApexDestruction/Source/ApexDestruction/Public/DestructibleComponent.h |
| Include | #include "DestructibleComponent.h" |
| Source | /Engine/Plugins/Runtime/ApexDestruction/Source/ApexDestruction/Private/DestructibleComponent.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 |