[ue] Fix compilation error on UE 5.2+

This commit is contained in:
badlogic 2024-01-03 05:49:57 +01:00
parent 26c142e862
commit 9471c408ce

View File

@ -33,6 +33,9 @@
#include "Materials/MaterialInstanceDynamic.h"
#include "spine/spine.h"
#include "UObject/ConstructorHelpers.h"
#if ENGINE_MAJOR_VERSION >= 5
#include "PhysicsEngine/BodySetup.h"
#endif
#define LOCTEXT_NAMESPACE "Spine"