You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UE4 Guideon Override demonstration of how to make a copy of Gideon with custom tweaks in the event graph. This is as well a demonstration of 2 methods of overriding Blueprints (making a copy & making a child BP) without modifying the original.
Demonstrates 2 approaches to override Blueprints without modifying the original:
Making a Copy (Gideon)
Making a child Blueprint (Manikin)
Notes
If you see broken references you're probably missing some of the requirements.
Requirements
Paragon: Guideon pack.
About
UE4 Guideon Override demonstration of how to make a copy of Gideon with custom tweaks in the event graph. This is as well a demonstration of 2 methods of overriding Blueprints (making a copy & making a child BP) without modifying the original.