Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Locate the Frustum Culling

section inside the AtomsAgentGroup actor properties. Check the “Enable Frustum Culling and LODs“ property to activate the frustum culling . If you need to increase the frustum volume, change the “Offset Info” property.

The Frustum culling works only you play your level since it uses the projection camera matrix of the player pawn.

LODs

AtomsUnreal support skeletal mesh LODs. TO be able to use LODs on agents in-game mode, enable them inside the skeletal meshes. LODs are not supported in editor mode, but they can be selected manually from the AgentGroup actor.

Locate the Frustum Culling section inside the AtomsAgentGroup actor properties. Change the “Agent Max Scree Height” property. This overrides the agent screen height used by the LODs system. So a value of 0 will use the lowest LOD, while if you want to set a specific LOD, you should match the skeletal mesh “Screen Size“ property of the LOD chosen.

Enable Editor Lod Culling

This is an experimental property that enables the LODs and frustum culling in editor mode. If Unreal became unstable, please turn it off.

Image Removed

and LODs in gameplay. Check the “Enable editor culling“ and “Enable editor lod“ if you want to activate them inside the editor. If you need to increase the frustum volume, enable the “overwrite frustum calling FOV“ and change the “Frustum culling FOV” property.

Image Added