Files
UnrealEvent/Project/Source/FortniteUI/Public/FortNodeCanvasEntityInterface.h
2026-04-22 15:51:07 +02:00

16 lines
322 B
C++

#pragma once
#include "CoreMinimal.h"
#include "UObject/Interface.h"
#include "FortNodeCanvasEntityInterface.generated.h"
UINTERFACE(MinimalAPI)
class UFortNodeCanvasEntityInterface : public UInterface {
GENERATED_BODY()
};
class IFortNodeCanvasEntityInterface : public IInterface {
GENERATED_BODY()
public:
};