精选特卖:从即日起至10月7日,精选道具五折特惠!

Interaction System

KeyInteractive - 蓝图 - 2023/09/27

Interaction system - Interact with Actors in the world

  • 支持的平台
  • 支持的引擎版本
    5.3 - 5.4
  • 下载类型
    资源包
    此产品包含各种虚幻引擎资源,可以选择性导入现有的项目。
Demo | Documentation | Tutorial
Interaction system

Simple actor component that allows you to interact with other actors in the world.

Two “stage” interaction, the focus phase where the player's attention is driven towards the actor and the actual interaction phase where the player can interact with the actor by pressing a key.

Custom interface to handle all your game logic actions.


Multiple type of interaction possible

 You can manage what type of interaction the component should listen to:

  • Long press (Hold) and short press
  • Short press only
  • Long press (Hold) only
  • Tap events

 

More logic and functions will be added in future development.

 

Add the KI_InteractionComponent to all the actors you want to interact with, adjust the settings to you're likings and you are ready to interact with the world.

Add the BPI_InteractionInterface to your character to get the interaction events.

 

Demo level included to better understand how the system works.

 

Completely commented for easy understanding.

 

技术细节

Features:

  •  Easy interaction with actors
  •  Component based
  •  Focus and interaction phases


Supported Development Platforms:

Windows: Yes

Mac: Yes

Documentation: Link