//Convenient to add abilities specific to the player (eg UI changes) that you don't want the Pawn itself to initialize UObject MovementContextObj = LoadObject(this ...
This is an example of using angelscript to code one character class, mainly ported from third person character c++ template. Usage: 1.Create one c++ project and name it ASThirdPerson. 2.Copy this ...