versluis.com
How to implement a Blueprint Interface in Unreal Engine
Interfaces are a C thing. They’re a set of functions that one class can implement so that an action is performed on another class of a potentially different type. Rather than calling a functi…