UltraEd
UltraEd copied to clipboard
How do i make world space variables?
Please help.
Hello again! Are you talking about declaring a global variable? Those no way to do that so your best bet is using the dynamic data structure apart of the Actor class to pass data between actors in the scene via Notify. The example Tank project has an example of this. You'll have to be somewhat comfortable with using pointers in C.
Thanks.