Navigation
API > API/Plugins > API/Plugins/InteractableInterface
Interface that represents a single "Instigator" of an interaction.
Instigators are objects which are allowed to interact with targets. They can attempt to begin interacting with a given set of targets.
| Name | IInteractableInstigator |
| Type | class |
| Header File | /Engine/Plugins/Experimental/InteractionInterface/Source/InteractableInterface/Public/InteractableInstigator.h |
| Include Path | #include "InteractableInstigator.h" |
Syntax
class IInteractableInstigator
Derived Classes
Functions
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnAttemptToBeginInteractions
(
const TArray< TScriptInterface< IInteractionTarget > >& TargetsToInteractWith |
InteractableInstigator.h |