Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FViewportClient
Description
Notifies this client that it has gained an association with a viewport. Client-to-viewport is a one-to-many relationship; this is called once per associated viewport. Override to install per-association resources (e.g. for slate-backed viewports, overlay widgets on the SViewport).
Derived Overrides
| Name | AddAssociation |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ViewportClient.h |
| Include Path | #include "ViewportClient.h" |
virtual void AddAssociation
(
FViewport & InViewport
)