8 lines
189 B
C++
8 lines
189 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "GeometryCollection/GeometryCollectionHitProxy.h"
|
|
|
|
#if WITH_EDITOR
|
|
IMPLEMENT_HIT_PROXY(HGeometryCollection, HHitProxy);
|
|
#endif
|