Files
UnrealEngine/Engine/Plugins/Animation/PoseSearch/Source/Runtime/Private/PoseSearchHistoryAttribute.cpp
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

11 lines
313 B
C++

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