Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FHitProxyConsumer
Description
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.
Derived Overrides
| Name | AddHitProxy |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/HitProxies.h |
| Include Path | #include "HitProxies.h" |
void AddHitProxy
(
HHitProxy * HitProxy
)