This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Pages

Image showing the UIPage component, as seen in the UI Editor.

Targeting Handler Overview

Functionality


Setting Up Your Targeting Handler


API

// UIPageIncomingEventBus
//Page handling
void ShowPage() override;

void HidePage() override;

//Nav
void FocusPage(bool resumePosition = false) override;

void NewInteractableTarget(AZ::EntityId target) override;

// Local Methods
virtual void RegisterThisPage();

virtual void ToggleInteractable(bool interactable);

Extending Targeting Handler