enum class EAttachState_ t : uint32
{
EAttachState_ None = 0,
EAttachState_ AwaitingTether = 1,
EAttachState_ Latched = 2,
EAttachState_ Attached = 3,
EAttachStateCount = 4,
};enum class EAttachState_ t : uint32
{
EAttachState_ None = 0,
EAttachState_ AwaitingTether = 1,
EAttachState_ Latched = 2,
EAttachState_ Attached = 3,
EAttachStateCount = 4,
};