Navigation
API > API/Developer > API/Developer/DerivedDataCache
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 UE::DerivedData::GetTypeHash
(
const FBuildKey& Key |
DerivedDataBuildKey.h | ||
uint32 UE::DerivedData::GetTypeHash
(
const FBuildActionKey& Key |
DerivedDataBuildKey.h | ||
uint32 UE::DerivedData::GetTypeHash
(
const FBuildValueKey& Key |
DerivedDataBuildKey.h | ||
uint32 UE::DerivedData::GetTypeHash
(
const FValueId& Id |
DerivedDataValueId.h |
UE::DerivedData::GetTypeHash(const FBuildKey &)
| Name | UE::DerivedData::GetTypeHash |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildKey.h |
| Include Path | #include "DerivedDataBuildKey.h" |
namespace UE
{
namespace DerivedData
{
uint32 UE::DerivedData::GetTypeHash
(
const FBuildKey & Key
)
}
}
UE::DerivedData::GetTypeHash(const FBuildActionKey &)
| Name | UE::DerivedData::GetTypeHash |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildKey.h |
| Include Path | #include "DerivedDataBuildKey.h" |
namespace UE
{
namespace DerivedData
{
uint32 UE::DerivedData::GetTypeHash
(
const FBuildActionKey & Key
)
}
}
UE::DerivedData::GetTypeHash(const FBuildValueKey &)
| Name | UE::DerivedData::GetTypeHash |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildKey.h |
| Include Path | #include "DerivedDataBuildKey.h" |
namespace UE
{
namespace DerivedData
{
uint32 UE::DerivedData::GetTypeHash
(
const FBuildValueKey & Key
)
}
}
UE::DerivedData::GetTypeHash(const FValueId &)
| Name | UE::DerivedData::GetTypeHash |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValueId.h |
| Include Path | #include "DerivedDataValueId.h" |
namespace UE
{
namespace DerivedData
{
uint32 UE::DerivedData::GetTypeHash
(
const FValueId & Id
)
}
}