Realtime Dynamic GI + Reflections + AO + Emissive - AHR

Haha well, seems that visual studio is less a pain with the warnings. The order of the variables declaration is different from the initialization, and the compiler is complaining. First time I see that warning tbh.
Anyway, I will push a new commit with a few changes, including that, but please do a quick fix for me first, just open the file PrimitiveViewRelevance.h, cut the two variables bNeedsVoxelization and bNeedsEveryFrameVoxelization and paste them under bIntializedThisFrame. Should work, as the compiler is just complaning they are before bInitializedThisFrame and not after.