How to clear custom collision profile warnings?

I’ve been getting warnings in my package build about custom collision profiles that were deleted maaaannnyyy versions ago. Any ideas?

The counter collision channel was referenced by the counter and player objects. The counter and its collision channel were deleted and the player no longer references it. As mentioned, that was removed some time ago. I have also checked the remaining collision channels to see if they contain a check box for the counter collision channel and they do not.

UATHelper: Packaging (Android (ETC1)):   LogDerivedDataCache: Display: Pak cache opened for reading ../../../Engine/DerivedDataCache/Compressed.ddp.
UATHelper: Packaging (Android (ETC1)):   LogCollisionProfile: Warning: Profile (OverlapAll) - Custom Channel Name = 'Counter' hasn't been found
UATHelper: Packaging (Android (ETC1)):   LogCollisionProfile: Warning: Profile (OverlapAllDynamic) - Custom Channel Name = 'Counter' hasn't been found
UATHelper: Packaging (Android (ETC1)):   LogCollisionProfile: Warning: Profile (IgnoreOnlyPawn) - Custom Channel Name = 'Counter' hasn't been found
PackagingResults: Warning: Profile (OverlapAll) - Custom Channel Name = 'Counter' hasn't been found
PackagingResults: Warning: Profile (OverlapAllDynamic) - Custom Channel Name = 'Counter' hasn't been found
PackagingResults: Warning: Profile (IgnoreOnlyPawn) - Custom Channel Name = 'Counter' hasn't been found
UATHelper: Packaging (Android (ETC1)):   LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.

Sometimes it helps to delete the Intermediate and Build folders before starting the build. At least for me, this was helpful in many cases, when strange things happened during the build process.

I know this was 2 years ago, but for anyone still searching for this.

After you clear ALL Static Mesh’s and Blueprint’s that had those collision presets… head over to the DefaultEngine.ini and look for any entry showing those old collision presets and delete the line(s).

1 Like