GameplayStatics.cpp / line 640 호출 카운트 매크로 명칭이 잘못된 것 같아요

https://github.com/EpicGames/UnrealEngine/blob/release/Engine/Source/Runtime/Engine/Private/GameplayStatics.cpp#L640

이 코드를 보면 UGameplayStatics::GetAllActorsWithInterface() 에 사용된 QUICK_SCOPE_CYCLE_COUNTER 매크로에 UGameplayStatics_GetAllActorsWithTag 가 들어가 있는것 같은데 UGameplayStatics_GetAllActorsWithInterface 가 들어가야 하지 않을까요?