Navigation
API > API/Editor > API/Editor/ViewportInteraction > API/Editor/ViewportInteraction/UViewportInteractor
References
| Module | ViewportInteraction |
| Header | /Engine/Source/Editor/ViewportInteraction/Public/ViewportInteractor.h |
| Include | #include "ViewportInteractor.h" |
| Source | /Engine/Source/Editor/ViewportInteraction/Private/ViewportInteractor.cpp |
bool GetGrabberSphere
&40;
FSphere & OutGrabberSphere,
const bool bEvenIfBlocked
&41;
Remarks
Gets a sphere on this interactor that can be used to interact with objects in close proximity True if the sphere is available and valid, or false is the interactor was busy or we could not determine a valid position for the interactor
Parameters
| Name | Description |
|---|---|
| OutGrabberSphere | The sphere in world space |
| bEvenIfBlocked | When set to true, a valid sphere may be returned even if there is UI attached in front of this interactor |