Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
Description
Implementation of hashing FConcertPropertyChain. Allows you to use TSet::ContainsByHash without constructing a FConcertPropertyChain, which is expensive because it searches the property tree. You can rely on the fact that this function is either updated or deprecated when the hasing algorithm for FConcertPropertyChain is changed.
| Name | UE::ConcertSyncCore::ComputeHashForPropertyChainContent |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Data/ConcertPropertySelection.h |
| Include Path | #include "Replication/Data/ConcertPropertySelection.h" |
| Source | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Private/Replication/Data/ConcertPropertySelection.cpp |
namespace UE
{
namespace ConcertSyncCore
{
uint32 UE::ConcertSyncCore::ComputeHashForPropertyChainContent
(
const TArray < FName > & PropertyChain
)
}
}