Files
UnrealEngine/Engine/Source/Editor/Persona/Private/PersonaSelectionProxies.cpp
2025-05-18 13:04:45 +08:00

6 lines
197 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "PersonaSelectionProxies.h"
IMPLEMENT_HIT_PROXY(HPersonaBoneHitProxy, HHitProxy)
IMPLEMENT_HIT_PROXY(HPersonaSocketHitProxy, HHitProxy)