Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/PSOPrecacheMaterial.h |
| Include | #include "PSOPrecacheMaterial.h" |
Syntax
class FPSOCollectorCreateManager
Remarks
Manages all create functions of the globally defined IPSOCollectors
Functions
| Type | Name | Description | |
|---|---|---|---|
| PSOCollectorCreateFunction | GetCreateFunction
(
EShadingPath ShadingPath, |
||
| int32 | GetIndex
(
EShadingPath ShadingPath, |
||
| const TCHAR * | GetName
(
EShadingPath ShadingPath, |
||
| int32 | GetPSOCollectorCount
(
EShadingPath ShadingPath |
Constants
| Name | Description |
|---|---|
| MaxPSOCollectorCount | |
| PSOCollectorCount | Have to used fixed size array instead of TArray because of order of initialization of static member variables. |
| PSOCollectors |