Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/PSOPrecache.h |
| Include | #include "PSOPrecache.h" |
Syntax
struct FPSOPrecacheData
Remarks
Wrapper class around the initializer to collect some extra validation data during PSO collection on the different collectors
Variables
| Type | Name | Description | |
|---|---|---|---|
| union FPSOPrecacheData::@1362 | @1363 | ||
| bool | bRequired | Is the PSO required to be able render the object or can it provide a fallback path (proxy creation won't wait for these PSOs if enabled) | |
| FRHIComputeShader * | ComputeShader | ||
| FGraphicsPipelineStateInitializer | GraphicsPSOInitializer | ||
| EType | Type |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Enums
| Type | Name | Description | |
|---|---|---|---|
| EType |