UE4 C++:Casting and TweakObjectPtr

Today, I spent the entire day figuring out how to translate a blueprint cast into a C++ cast. Keep in mind I’m basically a noob at C++. The simplest things take the longest when you’re new to anything. TL;DR Casting Syntax: Cast(OBJECT TYPE) Tweak Object Ptr Syntax...