Tala Esenlikler
Prompt Blueprint Library

GetInteractionInteractor

Returns the local player interactor currently bound to the UI manager.

Interaction Framework 1.0.0 UE5.7 Function UInteractionUIPromptBlueprintLibrary

Convenience Blueprint helper that resolves the local player UI manager and returns the currently bound interactor. Use this when a widget needs to bind to flow guard events.

Owner UInteractionUIPromptBlueprintLibrary
Module InteractionFrameworkUI
Category ui
UFUNCTION(BlueprintPure, Category = "InteractionUI|Prompt", meta = (WorldContext = "WorldContextObject"))
static UInteractionRuntimeInteractorComponent* GetInteractionInteractor(const UObject* WorldContextObject);

Related Docs