Open 3D Engine AzFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzFramework::ViewportControllerUpdateEvent Struct Reference

An event dispatched to ViewportControllers every tick. More...

#include <ViewportControllerInterface.h>

Public Member Functions

 ViewportControllerUpdateEvent (ViewportId viewportId, FloatSeconds deltaTime, AZ::ScriptTimePoint time, ViewportControllerPriority priority=ViewportControllerPriority::DispatchToAllPriorities)
 

Public Attributes

ViewportId m_viewportId
 The viewport ID this event was dispatched to.
 
FloatSeconds m_deltaTime
 The time since the last update event, in seconds.
 
AZ::ScriptTimePoint m_time
 The absolute time point of this event.
 
ViewportControllerPriority m_priority
 The priority this event was dispatched at.
 

Detailed Description

An event dispatched to ViewportControllers every tick.


The documentation for this struct was generated from the following file: