Skip to main content

r.InvalidateCachedShaders

Cmd

Unreal Engine Cmd console variable.

rInvalidateCachedShaders

Description

Invalidate shader cache by making a unique change to ShaderVersion.ush which is included in common.usf.To initiate actual the recompile of all shaders use "recompileshaders changed" or press "Ctrl Shift ."The ShaderVersion.ush file should be automatically checked out but it needs to be checked in to have effect on other machines.

Usage

r.InvalidateCachedShaders

Execute via the console (~). This is a command, not a variable.