Skip to content

UE5.7 compilation error C2440: “=”: 无法从“TObjectPtr<UField> *”转换为“T **” #763

@haze347

Description

@haze347

解决方案:将LuaOverridesClass.cpp的第88行加个强制类型转换:
Field = (UField**)&((*Field)->Next);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions