Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
| Name | UE::ConcertSyncCore::EDependencyStrength |
| Type | enum |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/HistoryEdition/ActivityDependencyEdge.h |
| Include Path | #include "HistoryEdition/ActivityDependencyEdge.h" |
Syntax
namespace UE
{
namespace ConcertSyncCore
{
enum EDependencyStrength
{
HardDependency,
PossibleDependency,
}
}
}
Values
| Name | Remarks |
|---|---|
| HardDependency | An activity A has a hard dependency to activity B when A cannot exist in an activity history without B. |
| PossibleDependency | An activity A has a possible dependency to activity B when A could possibly exist without B but we cannot rule out that B does not affect A. |