Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/PSOPrecache.h |
| Include | #include "PSOPrecache.h" |
Syntax
struct FPSOPrecacheVertexFactoryData
Remarks
Wraps vertex factory data used during PSO precaching - optional element list ID can be used if manual vertex fetch is not possible for the given vertex factory type
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRHIVertexDeclaration * | CustomDefaultVertexDeclaration | Custom vertex declaration used for EVertexInputStreamType::Default if provided - the others are directly retrieved from the type if needed. | |
| const FVertexFactoryType * | VertexFactoryType |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPSOPrecacheVertexFactoryData
(
const FVertexFactoryType* InVertexFactoryType |
|||
FPSOPrecacheVertexFactoryData
(
const FVertexFactoryType* InVertexFactoryType, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FPSOPrecacheVertexFactoryData& rhs |
||
| bool | operator==
(
const FPSOPrecacheVertexFactoryData& Other |