![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Member Functions | |
| FORCEINLINE FVertexDeclarationRHIRef * | Find (FD3D12VertexDeclarationKey Key) |
| FORCEINLINE FVertexDeclarationRHIRef & | Add (const FD3D12VertexDeclarationKey &InKey, const FVertexDeclarationRHIRef &InValue) |
| FORCEINLINE FVertexDeclarationRHIRef * | FindOrAdd (const FD3D12VertexDeclarationKey &InKey) |
Public Attributes | |
| FCriticalSection | LockGuard |
| TMap< FD3D12VertexDeclarationKey, FVertexDeclarationRHIRef > | Cache |
Global cache of vertex declarations.
|
inline |
|
inline |
|
inline |
| TMap<FD3D12VertexDeclarationKey, FVertexDeclarationRHIRef> FVertexDeclarationCache::Cache |
| FCriticalSection FVertexDeclarationCache::LockGuard |