Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FShaderCompileJobCollection
Syntax
TMap< FShaderCommonCompileJob::FInputHash, FShaderCommonCompileJob &42; > JobsInFlight
Remarks
Map of input hash to the jobs that we decided to execute. Note that mapping will miss cloned jobs (to avoid being a multimap).