Update home authored by Jonathan Ehret's avatar Jonathan Ehret
......@@ -61,6 +61,9 @@ This question is hard to answer, but here are a few suggestions:
> Got you covered [here](http://tools.papecoding.de/uelogo/)!
* My Axis Mappings are not working anymore after an update to > Unreal 4.24
> Have a look [here](SteamVR-Input-changes-in-4.25)
* Can I use ``FMath::RandRange``
> This will not work correctly in the CAVE, since all nodes run their own instances with potentially different execution orders and different seeds.
> Use ``FRandomStream`` instead which you constantly seed in your constructor, e.g., ``RandomStream = FRandomStream(0);``
# Running your Demo
### Running/Deploying your application in the AixCAVE:
......
......