![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <D3D12Util.h>
Public Member Functions | |
| FD3D12LockedKey () | |
| FD3D12LockedKey (FD3D12Resource *source, uint32 subres=0) | |
| FD3D12LockedKey (class FD3D12ResourceLocation *source, uint32 subres=0) | |
| template<class ClassType > | |
| FD3D12LockedKey (ClassType *source, uint32 subres=0) | |
| bool | operator== (const FD3D12LockedKey &Other) const |
| bool | operator!= (const FD3D12LockedKey &Other) const |
| uint32 | GetHash () const |
Public Attributes | |
| void * | SourceObject |
| uint32 | Subresource |
Friends | |
| uint32 | GetTypeHash (const FD3D12LockedKey &K) |
Keeps track of Locks for D3D12 objects
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
Hashing function.
| void* FD3D12LockedKey::SourceObject |
| uint32 FD3D12LockedKey::Subresource |