Hi,
warning C4996: 'AActor::GetComponentsByClass': Use one of the GetComponents implementations as appropriate Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
Trying to convert this line to work on 4.24.1
auto EffectorComponents = GetOwner()->GetComponentsByClass(UEffectorComponent::StaticClass());
Any ideas?