Files
UnrealEngine/Engine/Plugins/Animation/PoseSearch/Source/Runtime/Private/PoseSearchHistoryAttribute.cpp
2025-05-18 13:04:45 +08:00

8 lines
242 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "PoseSearch/PoseSearchHistoryAttribute.h"
namespace UE::PoseSearch
{
const UE::Anim::FAttributeId PoseHistoryAttributeId(TEXT("PoseHistoryAttribute"), FCompactPoseBoneIndex(0));
}