Navigation
API > API/Developer > API/Developer/DerivedDataCache
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool UE::DerivedData::operator==
(
const FBuildKey& A, |
DerivedDataBuildKey.h | ||
bool UE::DerivedData::operator==
(
const FBuildActionKey& A, |
DerivedDataBuildKey.h | ||
bool UE::DerivedData::operator==
(
const FBuildValueKey& A, |
DerivedDataBuildKey.h | ||
bool UE::DerivedData::operator==
(
const FValue& A, |
Compare values by the hash and size of their raw buffer. | DerivedDataValue.h | |
bool UE::DerivedData::operator==
(
const FValueWithId& A, |
Compare values by their ID and the hash and size of their raw buffer. | DerivedDataValue.h | |
bool UE::DerivedData::operator==
(
const FValueId& A, |
DerivedDataValueId.h |
UE::DerivedData::operator==(const FBuildKey &, const FBuildKey &)
| Name | UE::DerivedData::operator== |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildKey.h |
| Include Path | #include "DerivedDataBuildKey.h" |
namespace UE
{
namespace DerivedData
{
bool UE::DerivedData::operator==
(
const FBuildKey & A,
const FBuildKey & B
)
}
}
UE::DerivedData::operator==(const FBuildActionKey &, const FBuildActionKey &)
| Name | UE::DerivedData::operator== |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildKey.h |
| Include Path | #include "DerivedDataBuildKey.h" |
namespace UE
{
namespace DerivedData
{
bool UE::DerivedData::operator==
(
const FBuildActionKey & A,
const FBuildActionKey & B
)
}
}
UE::DerivedData::operator==(const FBuildValueKey &, const FBuildValueKey &)
| Name | UE::DerivedData::operator== |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildKey.h |
| Include Path | #include "DerivedDataBuildKey.h" |
namespace UE
{
namespace DerivedData
{
bool UE::DerivedData::operator==
(
const FBuildValueKey & A,
const FBuildValueKey & B
)
}
}
UE::DerivedData::operator==(const FValue &, const FValue &)
Description
Compare values by the hash and size of their raw buffer.
| Name | UE::DerivedData::operator== |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h |
| Include Path | #include "DerivedDataValue.h" |
namespace UE
{
namespace DerivedData
{
bool UE::DerivedData::operator==
(
const FValue & A,
const FValue & B
)
}
}
UE::DerivedData::operator==(const FValueWithId &, const FValueWithId &)
Description
Compare values by their ID and the hash and size of their raw buffer.
| Name | UE::DerivedData::operator== |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h |
| Include Path | #include "DerivedDataValue.h" |
namespace UE
{
namespace DerivedData
{
bool UE::DerivedData::operator==
(
const FValueWithId & A,
const FValueWithId & B
)
}
}
UE::DerivedData::operator==(const FValueId &, const FValueId &)
| Name | UE::DerivedData::operator== |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValueId.h |
| Include Path | #include "DerivedDataValueId.h" |
namespace UE
{
namespace DerivedData
{
bool UE::DerivedData::operator==
(
const FValueId & A,
const FValueId & B
)
}
}