4.11 Transition Guide

CollisionQueryParams.h

mutable IgnoreComponentsArrayType IgnoreComponents; has changed to private.

now use the accessor functions instead,

const IgnoreComponentsArrayType& GetIgnoredComponents() const;
void ClearIgnoredComponents()