Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FPrimitiveSceneProxy
Description
Updates hover state for the primitive proxy. This simply sends a message to the rendering thread to call SetHovered_RenderThread. This is called in the game thread as hover state changes
| Name | SetHovered_GameThread |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/PrimitiveSceneProxy.h |
| Include Path | #include "PrimitiveSceneProxy.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PrimitiveSceneProxy.cpp |
void SetHovered_GameThread
(
const bool bInHovered
)
Parameters
| Name | Remarks |
|---|---|
| bInHovered | true if the parent actor is hovered |