Unreal Engine Interface Tutorial - Multiple Inheritance Workaround

preview_player
Показать описание
In this video I go over the basics of how to use the UInterface class to make an interface in C++ that can be used for multiple inheritance in UE4

---------------------------------------------------------------------------------------

Leave a comment below for any unreal tutorials you would like to see in the future! This Channel is all about making games, discussing game development and helping out those trying to get into the gaming industry. Like and Subscribe for more content
Рекомендации по теме
Комментарии
Автор

this was fuxnking helpful! Thank you bro

helloworld
Автор

Hi, quick question "class WC_PROJECT_API AMain : public ACharacter, public IBulletHitInterface, public IAISightTargetInterface" will this multiple public work? cause when I tst it it seems it does not regonize the IAISightTargetInterface, thanks

stephenhidalgo