Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UMaterialInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGraphEventArray PrecachePSOs
(
const FVertexFactoryType* VertexFactoryType, |
Precache PSOs which can be used for this material for the given vertex factory type and material paramaters | Materials/MaterialInterface.h | |
FGraphEventArray PrecachePSOs
(
const TConstArrayView< const FVertexFactoryType* >& VertexFactoryTypes, |
Materials/MaterialInterface.h | ||
FGraphEventArray PrecachePSOs
(
const TConstArrayView< const FVertexFactoryType* >& VertexFactoryTypes, |
Materials/MaterialInterface.h | ||
FGraphEventArray PrecachePSOs
(
const TConstArrayView< const FVertexFactoryType* >& VertexFactoryTypes, |
Materials/MaterialInterface.h | ||
virtual FGraphEventArray PrecachePSOs
(
const FPSOPrecacheVertexFactoryDataList& VertexFactoryDataList, |
Materials/MaterialInterface.h |
PrecachePSOs(const FVertexFactoryType *, const struct FPSOPrecacheParams &)
Description
Precache PSOs which can be used for this material for the given vertex factory type and material paramaters
| Name | PrecachePSOs |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialInterface.h |
| Include Path | #include "Materials/MaterialInterface.h" |
FGraphEventArray PrecachePSOs
(
const FVertexFactoryType * VertexFactoryType,
const struct FPSOPrecacheParams & PreCacheParams
)
PrecachePSOs(const TConstArrayView< const FVertexFactoryType * > &, const struct FPSOPrecacheParams &)
| Name | PrecachePSOs |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialInterface.h |
| Include Path | #include "Materials/MaterialInterface.h" |
FGraphEventArray PrecachePSOs
(
const TConstArrayView< const FVertexFactoryType * > & VertexFactoryTypes,
const struct FPSOPrecacheParams & PreCacheParams
)
PrecachePSOs(const TConstArrayView< const FVertexFactoryType * > &, const struct FPSOPrecacheParams &, TArray< FMaterialPSOPrecacheRequestID > &)
| Name | PrecachePSOs |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialInterface.h |
| Include Path | #include "Materials/MaterialInterface.h" |
FGraphEventArray PrecachePSOs
(
const TConstArrayView< const FVertexFactoryType * > & VertexFactoryTypes,
const struct FPSOPrecacheParams & PreCacheParams,
TArray < FMaterialPSOPrecacheRequestID > & OutMaterialPSORequestIDs
)
PrecachePSOs(const TConstArrayView< const FVertexFactoryType * > &, const struct FPSOPrecacheParams &, EPSOPrecachePriority, TArray< FMaterialPSOPrecacheRequestID > &)
| Name | PrecachePSOs |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialInterface.h |
| Include Path | #include "Materials/MaterialInterface.h" |
FGraphEventArray PrecachePSOs
(
const TConstArrayView< const FVertexFactoryType * > & VertexFactoryTypes,
const struct FPSOPrecacheParams & PreCacheParams,
EPSOPrecachePriority PSOPrecachePriority,
TArray < FMaterialPSOPrecacheRequestID > & OutMaterialPSORequestIDs
)
PrecachePSOs(const FPSOPrecacheVertexFactoryDataList &, const struct FPSOPrecacheParams &, EPSOPrecachePriority, TArray< FMaterialPSOPrecacheRequestID > &)
| Name | PrecachePSOs |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialInterface.h |
| Include Path | #include "Materials/MaterialInterface.h" |
virtual FGraphEventArray PrecachePSOs
(
const FPSOPrecacheVertexFactoryDataList & VertexFactoryDataList,
const struct FPSOPrecacheParams & PreCacheParams,
EPSOPrecachePriority Priority,
TArray < FMaterialPSOPrecacheRequestID > & OutMaterialPSORequestIDs
)