unreal-development-kit Questions
1
Solved
I have a PlayerControl.cpp class which derives from Pawn class
In that class , I have a method to get all Actors in Map
TSubclassOf<AEnemy> ClassToFind;
TArray<AActor*> FoundEnemies;...
Patois asked 9/9, 2016 at 7:29
1
Now that the Unreal Development Kit is out and free to use by anyone, I am pretty excited to try it out. My understanding is that the programming is done through scripting in UnrealScript, I ...
Physiognomy asked 12/11, 2009 at 4:39
1
© 2022 - 2024 — McMap. All rights reserved.