Navigation in UE4 Solution.

Hello, so i am confused on how to explore UE4 code while im programming. Like for example in image below i wanted to see implementation of GetForwardVector() in Kismet Math library, but all i could find is header file. Do i need to build engine in order to see KismetMathLibrary.cpp?

I assume you are working from a Binary (Launcher) build - if so you need to check the “Install Engine Source” option which is off by default, then regenerate your solution file.

Thank you for your feedback. Ill try :slight_smile: