BP Interface vs Custom Events

Using an Interface, you don’t need to do Cast to, when you do Cast to, you will import all the things from other actor, like Meshes, Textures, Sounds… It`s not good for large projects, increases the loading time and decreases performance.

1 Like