Unreal C++ interfaces
Introduction I wrote this blog post to fill a few gaps in the documentation I’d found for C++ interfaces in Unreal. Specifically I have a few tips for what I think are common usage scenarios that no blog post I found talked about. Note: This blog post is based on Unreal Engine version 4.25.3 What are Interfaces?…