Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- IPSOCollector
- FMeshPassProcessor
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/PSOPrecache.h |
| Include | #include "PSOPrecache.h" |
Syntax
class IPSOCollector
Remarks
Interface class implemented by the mesh pass processor to collect all possible PSOs
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CollectPSOInitializers
(
const FSceneTexturesConfig& SceneTexturesConfig, |
Collect all PSO for given material, vertex factory & params. |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CollectPSOInitializers
(
const FSceneTexturesConfig& SceneTexturesConfig, |
Call CollectPSOInitializers with FPSOPrecacheVertexFactoryData instead. |