Class: IFOW_CollisionEntity_Interface

class FOGOFWAR_API IFOW_CollisionEntity_Interface
    : public IFOW_Entity_Interface;

Collision entities are the sight blocker to prevent fog discovering between rooms.
By design any child implementing this class should also implement IFOW_DrawingEntity_Interface to enable optimisation

  • Depending of the situation you can have issues because of collision drawing optimisation, Override ShouldDrawColliders and return false to disable it
  • You can disable the whole collision drawing optimisation by disabling DrawFOWCollider in UFOW_LayerHandler

Contained by : UFOW_CollisionHandler

For more information of the entity virtual fonction please see IFOW_Entity_Interface.


Documentation built with Unreal-Doc v1.0.9 tool by PsichiX