Max draw distance isn't working

Create a blueprint from Static Mesh Actor. In begin play set Draw Distance to something that you will like.

Run the game and see that it isn’t working. It will work if you are changing it in properties of the static mesh component, but if you try to change it using blueprints it isn’t working.

I’ve tried both using blueprint and components, here is example of component to change Draw Distance.

Another thing is if you create a scene with static mesh actor and set the max draw distance inside the properties it’s working, but if you create instance of this level and duplicate it it won’t work anymore. So it’s another bug. As far I can remember I’ve posted this in 4.4 and still without luck this isn’t fixed.

Basically I’m creating generated dungeon and I need to change draw distance using component so I’ve one place for a variable to test with.

After some digging I’ve found that Cached Max Draw Distance was set to 500, but Desired Max Draw Distance wasn’t.

Hi Intoxica3,

Thank you for the report, but this has already been reported with UE-2905. There is the option to make this no longer writable, but this will break things, so it has been left as it for the moment. From the looks of the report this is not something that can be changed at this time, but we are looking into future alternative resolutions.

Apologies for any inconvenience this may cause.

Tim

Thanks, basically what would be great is to have cull distance parameter in camera or project settings to set it globally.

after 2 years this is still not working :frowning:

1 Like

I want to set a draw distance for my mesh in a blueprint.

I put some values in Min Draw Distance and Desired Max Draw Distance but the values were wrong. I set it to default values but the blueprint “remembered” the old values and ignore the new values.

What should I do to make this working?

2020 still not working UE4 4.25

You need to switch to “Game view” to be able to see how it works inside the editor.

2 Likes

Unfortunately, this is only true for non-Blueprinted objects. The Draw Distance functions do not work for Blueprint components.