problem with compilation (intro to c++ programming with ue4) video 14

I found the source:


UWorld* const World = AActor::GetWorld();

was written as


UWorld const * World = AActor::GetWorld();

Can anyone explain the difference?