UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FHitProxyConsumer Class Referenceabstract

#include <HitProxies.h>

+ Inheritance diagram for FHitProxyConsumer:

Public Member Functions

virtual void AddHitProxy (HHitProxy *HitProxy)=0
 

Detailed Description

An interface to a hit proxy consumer.

Member Function Documentation

◆ AddHitProxy()

virtual void FHitProxyConsumer::AddHitProxy ( HHitProxy HitProxy)
pure virtual

Called when a new hit proxy is rendered. The hit proxy consumer should keep a TRefCountPtr to the HitProxy to prevent it from being deleted before the rendered hit proxy map.

Implemented in FViewport::FHitProxyMap.


The documentation for this class was generated from the following file: