[ue4] Fix include order in sample project header.

This commit is contained in:
badlogic 2021-07-09 08:39:33 +02:00
parent 8a47f548a3
commit b33193ec21

View File

@ -4,9 +4,8 @@
#include "Components/SceneComponent.h" #include "Components/SceneComponent.h"
#include "CoreMinimal.h" #include "CoreMinimal.h"
#include "MySceneComponent.generated.h"
#include "SpineSkeletonRendererComponent.h" #include "SpineSkeletonRendererComponent.h"
#include "MySceneComponent.generated.h"
UCLASS(ClassGroup = (Custom), meta = (BlueprintSpawnableComponent)) UCLASS(ClassGroup = (Custom), meta = (BlueprintSpawnableComponent))
class SPINEUE4_API UMySceneComponent : public USpineSkeletonRendererComponent { class SPINEUE4_API UMySceneComponent : public USpineSkeletonRendererComponent {