Navigation
API > API/Runtime > API/Runtime/Engine
Description
Start the actual async PSO precache request from the given list of initializers
Start the actual PSO precache tasks for all the initializers provided and return the request result array containing the graph event on which to wait for the PSOs to finish compiling
| Name | RequestPrecachePSOs |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/PSOPrecache.h |
| Include Path | #include "PSOPrecache.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PSOPrecache.cpp |
FPSOPrecacheRequestResultArray RequestPrecachePSOs
(
EPSOPrecacheType PSOPrecacheType,
const FPSOPrecacheDataArray & PSOInitializers
)