Can't access properties of PostProcessVolume

The problem is none of the properties on the PostProcessVolume are exposed when you create a reference to the parent PostProcessVolume in a Blueprint.

I’ve tried 2 ways. Creating a reference to an existing PPV in my scene, and adding a PPV component to my Blueprint.

Can anyone suggest a workaround?

what is it that ur are having problem with?
i tested it works fine, in the level blueprint get a reference to the post proccess volume and GetSettings which will give u a struct and break that struct which will give u access to each individual value.

1 Like

Yep got it. Thanks.