Skip to content

Additional Instructions (Optional)

Ishaan Paranjape edited this page Dec 17, 2018 · 3 revisions
  1. If you want to see the debug print statements all you need to do is uncomment these lines of code in ParseXML.cpp -
GEngine->Exec(nullptr, TEXT("Log LogTemp off"));
GEngine->Exec(nullptr, TEXT("Log LogEngine off"));
  1. Once the edge and the node actors have been spawned, you can select them and use the unreal editor to make changes. For example, the node and the edge actors can be selected as shown below and we can use the buttons in the red boxes to scale, rotate and move them in the viewport. edge-selection

node-selection

Clone this wiki locally