Update Runtime Virtual Texture at runtime

Drag the runtime virtual texture that has been placed in your level into your level blueprint then get the virtual texture component from that, and then drag off invalidate to update. This can be used on tick or event. Maybe set the tick to every second rather than every frame. You can set the reference into another blueprint only to invalidate when there has been a variable change to the landscape material but on tick is easier.

1 Like