2022-04-27 17:46:42 +00:00
|
|
|
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "CoreMinimal.h"
|
|
|
|
|
2022-05-05 22:41:35 +00:00
|
|
|
#define ECC_SkeletalMesh ECC_GameTraceChannel1
|
2022-05-27 22:03:06 +00:00
|
|
|
#define ECC_HitBox ECC_GameTraceChannel2
|
2022-05-05 22:41:35 +00:00
|
|
|
|