Occlusion Test Actor
Step 0.
Knowing how 'Occlusion' works will greatly help you optimize performance.Type console command, r.VisualizeOccludedPrimitives 1
This command shows the mesh covered by the green line. But it only works in the editor.
So In this article, we will make an actor to help us find distance and bound.
Step 1.
Create new StaticMeshActor.Add two TextRender components and arrow component.
Check 'Use Attach Parent Bound'.
Comments
Post a Comment