How to Get Data FROM the Object Implementing an Interface - BPI with Interactive Door Example

Опубликовано: 30 Сентябрь 2024
на канале: NumenBrothers
579
29

This is a quick tutorial on how to get data FROM the object implementing the interface. In this example, we get the size of the door to determine if our character has enough strength to open the door.

This is built off an earlier tutorial titled 'Casting vs. Interfaces', linked below. That tutorial is a necessary prerequisite to follow this tutorial in full.

Casting vs. Interfaces - with Interactive Door Example
   • Casting vs Blueprint Interface: When ...