#Blueprint Struct - Assertion error

1 messages · Page 1 of 1 (latest)

honest cloak
#

check() on this line is what is failing;

    virtual FString GetCPPType(FString* ExtendedTypeText, uint32 CPPExportFlags) const override
    {
        check(this->PropertyClass);
        return this->GetCPPTypeCustom(ExtendedTypeText, CPPExportFlags, 
            FString::Printf(TEXT("%s%s"), this->PropertyClass->GetPrefixCPP(), *this->PropertyClass->GetName()));
    }```
#

Blueprint Struct - Assertion error