Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRayTracingPipelineStateInitiali-
Syntax
bool bBackgroundCompilation
Remarks
Hints to the RHI that this PSO is being compiled by a background task and will not be needed immediately for rendering. Speculative PSO pre-caching or non-blocking PSO creation should set this flag. This may be used by the RHI to decide if a hitch warning should be reported, change priority of any internally dispatched tasks, etc. Does not affect the creation of the PSO itself.