HorizonTweenPlugin  4.17.0
HorizonSpline.h
Go to the documentation of this file.
1 // Created by dorgon, All Rights Reserved.
2 // email: dorgonman@hotmail.com
3 // blog: dorgon.horizon-studio.net
4 
5 #pragma once
6 
7 #include "GameFramework/Actor.h"
8 #include "Components/SplineComponent.h"
10 
14 UCLASS()
15 class AHorizonSpline : public AActor
16 {
17  GENERATED_BODY()
19 
20 public:
21  UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "HorizonPlugin|TweenSystem")
22  USplineComponent* SplineComponent;
23 };
Definition: HorizonSpline.h:15