Skip to content

在Lua中遍历TMap字段的Values接口返回值时引起的崩溃 #583

@xuyanghuang-tencent

Description

@xuyanghuang-tencent
USTRUCT(BlueprintType)
struct FIssueRecord
{
    GENERATED_BODY()

    UPROPERTY(EditAnywhere)
    FText Description;
};

USTRUCT(BlueprintType)
struct FIssueRow : public FTableRowBase
{
    GENERATED_BODY()

    UPROPERTY(EditAnywhere)
    TMap<FString, FIssueRecord> Records;
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions