Files
FNGameProj/Source/FortniteGame/Public/DebugNativeActionInfo.h
2024-01-21 00:41:14 +01:00

12 lines
219 B
C++

#pragma once
#include "CoreMinimal.h"
#include "DebugNativeActionInfo.generated.h"
USTRUCT(BlueprintType)
struct FDebugNativeActionInfo {
GENERATED_BODY()
public:
FORTNITEGAME_API FDebugNativeActionInfo();
};