Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FHitProxyConsumer
- FHitProxyConsumer::AddHitProxy()
- FViewport::FHitProxyMap::AddHitProxy()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/HitProxies.h |
| Include | #include "HitProxies.h" |
void AddHitProxy
(
HHitProxy * HitProxy
)
Remarks
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.