Navigation
API > API/Plugins > API/Plugins/InteractableInterface > API/Plugins/InteractableInterface/IInteractionTarget
Description
Called when this target is interacted with. Implement any state changes or gameplay affects you want this interaction to have here
Derived Overrides
| Name | BeginInteraction |
| Type | function |
| Header File | /Engine/Plugins/Experimental/InteractionInterface/Source/InteractableInterface/Public/InteractableTargetInterface.h |
| Include Path | #include "InteractableTargetInterface.h" |
void BeginInteraction
(
const FInteractionContext & Context
)
Parameters
| Name | Remarks |
|---|---|
| Context | The context of this interaction. This is customizable for your game by adding additional context types. |