Files
2022-05-26 18:32:27 +05:00

16 lines
346 B
C++

#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "Templates/SubclassOf.h"
#include "Layout/ArrangedWidget.h"
#include "WorldCollision.h"
#include "Components/MeshComponent.h"
#include "WidgetComponentCustom.generated.h"
UCLASS()
class FORTIS_TAKTIKA_API UWidgetComponentCustom : public UMeshComponent
{
GENERATED_BODY()
};