Files
2023-06-19 17:13:11 +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()
};