UE5 - Blueprint Interfaces

Опубликовано: 04 Ноябрь 2024
на канале: gameDev Outpost
246
27

In this video we'll talk about Blueprint Interfaces as a form of shared communication.

00:00 Intro
00:45 Blueprint
01:08 Blueprint Interface / Interface Event
03:11 Call Event From Thirdperson Character / Message
04:07 Getting Actor Reference
04:56 Event Ex 01 - Get All Actors of Class
06:16 Event Ex 02 - Get All Actors with Interface
07:33 Event Ex 03 - Passing Information to the Event
09:10 Event Ex 04 - Spawn Assets
11:26 Event Ex 05 - Spawn Assets by Passing Information to the Event
13:15 Blueprint Interface / Interface Function / Output Returns
14:20 Customize Interface Function
15:35 Call Function From Thirdperson Character / Message