Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/PSOPrecacheMaterial.h |
| Include | #include "PSOPrecacheMaterial.h" |
Syntax
class IPSOCollector
Remarks
Interface class implemented by the mesh pass processor to collect all possible PSOs
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | PSOCollectorIndex | PSO Collector index used for stats tracking. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
IPSOCollector
(
int32 InPSOCollectorIndex |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CollectPSOInitializers
(
const FSceneTexturesConfig& SceneTexturesConfig, |
||
| void | CollectPSOInitializers
(
const FSceneTexturesConfig& SceneTexturesConfig, |
Collect all PSO for given material, vertex factory & params. |