Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FLevelEditorViewportClient
Description
Static: Removes a hover effect to the specified object
Static: Removes a hover effect from the specified object
| Name | RemoveHoverEffect |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/LevelEditorViewport.h |
| Include Path | #include "LevelEditorViewport.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/LevelEditorViewport.cpp |
static void RemoveHoverEffect
(
const struct FViewportHoverTarget & InHoverTarget
)
Parameters
| Name | Remarks |
|---|---|
| InHoverTarget | The hoverable object to remove the effect from |
| InHoverTarget | The hoverable object to remove the effect from |