Navigation
API > API/Plugins > API/Plugins/SequenceNavigator
The result of an item comparison
| Name | UE::SequenceNavigator::ItemUtils::ENavigationToolCompareState |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/Items/NavigationToolItemUtils.h |
| Include Path | #include "Items/NavigationToolItemUtils.h" |
Syntax
namespace UE
{
namespace SequenceNavigator
{
namespace ItemUtils
{
enum ENavigationToolCompareState
{
NoneTrue = 0,
AllTrue = 1 << 0,
PartialTrue = 1 << 1,
}
}
}
}
Values
| Name | Remarks |
|---|---|
| NoneTrue | |
| AllTrue | |
| PartialTrue |