Removing Fog of war from Actor

Removing fog of war when actor is destroyed

Obviously you'll need to remove fog of war from an actor for multiple reasons during runtime, right? So in this page, you will learn how to remove the fog of war from an actor easily using one node.

To remove fog of war component, simply search for Remove fog of war component and select it from the context menu. Then for the Target Actor pin use self reference as mentioned in this page. Finally, simply set the fog of war component to null. Below is an example setup to remove fog of war when the actor is destroyed at runtime.

Last updated