EM_Task/UnrealEd/Private/Animation/EditorSkeletonNotifyObj.cpp

9 lines
231 B
C++
Raw Permalink Normal View History

2026-02-13 16:18:33 +08:00
// Copyright Epic Games, Inc. All Rights Reserved.
#include "Animation/EditorSkeletonNotifyObj.h"
UEditorSkeletonNotifyObj::UEditorSkeletonNotifyObj(const FObjectInitializer& ObjectInitializer)
: Super(ObjectInitializer)
{
}