Change Fog From Blueprint?

Hey there. I want to trigger a sequence which changes exponential fog when clicked a button . But i cannot cast level blueprint from my widget . And also i cannot change my exponential fog from any other blueprint except level blueprint because i cannot get exponential fog reference from my ThirdPersonCharacter BP . Even casting to exponential fog (and fog component as well ) give object wildcard errors which makes it impossible to use exponential fog from Blueprint . I am just starting out with sequences , please help out .

1 Like

To get fog from your character:

337828-screenshot-1.jpg

hey thanks for quick response . How do i set fog density from this reference it would be great if you could provide images . Thanks

Just drag off from the return value and look for density:

That worked!! Thanks a lot . Feeling so stupid wandering for days just for one node .Great work it’s going smooth now