1、修改代码错误,修复Generate_BODY()未识别未声明的问题

main
simonyan 6 months ago
parent 2a0b93324c
commit 743d664c6c

@ -3,12 +3,11 @@
#pragma once
#include "CoreMinimal.h"
#include "ProceduralMeshComponent.h"
#include "Kismet/BlueprintFunctionLibrary.h"
#include "MeshLoader.generated.h"
UENUM(BlueprintType)
enum class EPathType : uint8
{
@ -16,6 +15,7 @@ enum class EPathType : uint8
Relative
};
USTRUCT(BlueprintType)
struct FMeshData
{

@ -36,7 +36,7 @@ public class RuntimeMeshLoader : ModuleRules
"ImageWrapper"
// ... add other public dependencies that you statically link with here ...
}
); ;
);
PrivateDependencyModuleNames.AddRange(

@ -1,2 +0,0 @@
# ue-demo
Loading…
Cancel
Save