Files
UnrealEngine/Engine/Plugins/Animation/RigLogic/Source/RigLogicModule/Private/DNAIndexMappingDeprecated.h
2025-05-18 13:04:45 +08:00

17 lines
424 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "DNAIndexMapping.h"
#include "DNAIndexMappingDeprecated.generated.h"
// Used and needed for previously serialized skeletal mesh assets
// that contain the DNA index mapping as part of their user data.
UCLASS(NotBlueprintable, hidecategories = (Object), deprecated)
class UDEPRECATED_DNAIndexMapping : public UAssetUserData
{
GENERATED_BODY()
};