FPrimitiveSceneProxy::GetCustomHitProxyIdBuffer

Allows a scene proxy to override hit proxy ids and generate more than one hit proxy id per draw call Useful for sub-section selection (faces, vertices, bones, etc)

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/PrimitiveSceneProxy.h

Include

#include "PrimitiveSceneProxy.h"

Syntax

virtual const FColorVertexBuffer * GetCustomHitProxyIdBuffer() const

Remarks

Allows a scene proxy to override hit proxy ids and generate more than one hit proxy id per draw call Useful for sub-section selection (faces, vertices, bones, etc)

Returns

The vertex buffer to be use for custom hit proxy ids or null if not used. Each color represents an id in a HHitProxy

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss