![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <VulkanUtil.h>
Inheritance diagram for TDataKeyBase< 2 >:Protected Member Functions | |
| bool | IsDataEquals (const TDataKeyBase &Other) const |
Protected Member Functions inherited from TDataKeyBase< 1 > | |
| template<class DataReceiver > | |
| void | GetData (DataReceiver &&ReceiveData) |
| void | SetData (const void *InData, uint32 InSize) |
| void | CopyDataDeep (TDataKeyBase &Result) const |
| void | CopyDataShallow (TDataKeyBase &Result) const |
| bool | IsDataEquals (const TDataKeyBase &Other) const |
Additional Inherited Members | |
Public Member Functions inherited from TDataKeyBase< 1 > | |
| TArray< uint8 > & | GetDataRef () |
Protected Attributes inherited from TDataKeyBase< 1 > | |
| uint32 | Hash = 0 |
| TArray< uint8 > * | Data = nullptr |
|
inlineprotected |