Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Unreal Engine 4 Game Development Quick Start Guide

You're reading from   Unreal Engine 4 Game Development Quick Start Guide Programming professional 3D games with Unreal Engine 4

Arrow left icon
Product type Paperback
Published in May 2019
Publisher Packt
ISBN-13 9781789950687
Length 202 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Rachel Cordone Rachel Cordone
Author Profile Icon Rachel Cordone
Rachel Cordone
Arrow right icon
View More author details
Toc

Debugging in UE4

There's an old joke in programming that everyone just logs to the console to debug, and while print nodes in Blueprint and UE_Log statements in C++ are very useful for that, we should still know what other tools are available to us for debugging.

We've seen a bit of that with the behavior tree back in Chapter 6, AI with the Behavior Tree and Blackboard, where the tree highlighted which branches were currently running.

Regular Blueprints and animation Blueprints will also show what's currently being run. If we open the ThirdPersonCharacter Blueprint and go to the Event Graph's InputAction Equip node, when we run the game, we'll see the graph window outlined in orange with the word SIMULATING in the top right.

When we scroll the mouse wheel to toggle our weapon, we'll see the connecting line in the InputAction pulse red:

This can be...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime