#epf read error
1 messages · Page 1 of 1 (latest)
show me the persistence component setup in world editor please
Oh lol I see the error RRP_BankAccountSaveDataClass -> RRP_BankSaveDataComponent the names do not match. It should be RRP_BankAccountSaveData
The naming matters as described in the docs. I will add a verbose error about this 🙂
Thats weird becuase in your example in your docs it shows the same
[EPF_ComponentSaveDataType(TAG_MyCustomComponent), BaseContainerProps()]
class TAG_MyCustomComponentSaveDataClass : EPF_ComponentSaveDataClass
{
};
[EDF_DbName.Automatic()]
class TAG_MyCustomComponentSaveData : EPF_ComponentSaveData
{
int m_iNumber;
};
ive also seen it used in every other save data script i could find
Wait, i see what your saying
let me try to fix that and try again
That Worked! I have been working on this for 4 days. You have no idea what i have been through.