Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCollisionResponseContainer
Description
Set the response of a particular channel in the structure.
Set the status of a particular channel in the structure.
| Name | SetResponse |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h |
| Include Path | #include "Engine/EngineTypes.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysUtils.cpp |
bool SetResponse
(
ECollisionChannel Channel,
ECollisionResponse NewResponse
)