Navigation
API > API/Runtime > API/Runtime/Engine
Enum indicating how each type should respond
| Name | ECollisionResponse |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h |
| Include Path | #include "Engine/EngineTypes.h" |
Syntax
enum ECollisionResponse
{
ECR_Ignore,
ECR_Overlap,
ECR_Block,
ECR_MAX,
}
Values
| Name | Remarks |
|---|---|
| ECR_Ignore | |
| ECR_Overlap | |
| ECR_Block | |
| ECR_MAX |