dungeon architect 4.17+版本
如题,我在将插件从4.15改成4.17的时候遇到Error: Cannot expose property to blueprints in a struct that is not a BlueprintType 的错误,但是我看了他就是一个blueprinttype,不知道错在哪里,有知道的大佬欢迎解答
另外如果有4.17+的插件版本,欢迎提供
struct 的 UStruct 重新写 USTRUCT(BlueprintType)
struct FIntMargin
{
GENERATED_USTRUCT_BODY()
删除 intermediate 和 build , Binaries 文件夹 mknmknmk 发表于 2017-12-27 08:54
USTRUCT(BlueprintType)
struct FIntMargin
{
嗯我这个我解决了,不用重新写直接将ustruct()改成ustruct(blueprinttype)就可以了,但是又遇到了很多新的问题,例如destructiblemesh的插件问题,还有IDetailview等等。一个问题解决了又有新的问题。我还是先用着4.15吧,有时间在详细改一下。多谢大佬了
页:
[1]