ObjectProperty FFMODLocalizedBankTable::Banks is not initialized properly error (not using localization at all) [UE5]

Hi there - I think this is similar to my issue posted here:

I am unable to find those lines referenced above by HeavyAsStone

FMODBankLookup.h’s FFMODLocalizedBankTable USTRUCT constructor line 22:
Banks=nullptr;

I have:
{
GENERATED_BODY()
UPROPERTY(VisibleAnywhere, Category=“FMOD|Internal|BankLookup”)
UDataTable *Banks;
};

I am probably stabbing in the dark here - but I think this is possibly where the issue lurks

any tips you can give would be much appreciated.
Thanks!

1 Like