Navigation
API > API/Editor > API/Editor/ViewportInteraction > API/Editor/ViewportInteraction/UViewportWorldInteraction
Gets the event for hovering update which is broadcasted for each interactor
| Name | FOnVIHoverUpdate |
| Type | class |
| Header File | /Engine/Source/Editor/ViewportInteraction/Public/ViewportWorldInteraction.h |
| Include Path | #include "ViewportWorldInteraction.h" |
Syntax
class FOnVIHoverUpdate : public TBaseMulticastDelegate_ThreeParams< void, class UViewportInteractor *, FVector &, bool & >
Inheritance Hierarchy
- TBaseMulticastDelegate_ThreeParams< void, class UViewportInteractor *, FVector &, bool & > → UViewportWorldInteraction::FOnVIHoverUpdate