Files
UnrealEngineUWP/Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Private/GeometryCollection/GeometryCollectionHitProxy.cpp
Max Chen 4561801a81 Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor) @7119039
#rb none

[CL 7120528 by Max Chen in Dev-Editor branch]
2019-06-21 01:21:43 -04:00

9 lines
317 B
C++

// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
#include "GeometryCollection/GeometryCollectionHitProxy.h"
#if GEOMETRYCOLLECTION_EDITOR_SELECTION
IMPLEMENT_HIT_PROXY(HGeometryCollection, HActor);
IMPLEMENT_HIT_PROXY(HGeometryCollectionBone, HActor);
#endif // #if GEOMETRYCOLLECTION_EDITOR_SELECTION