Any suggestions would be appreciated.
Thanks in advance.
Any suggestions would be appreciated.
Thanks in advance.
FYourTableRow* RowData = GM->DataTable->FindRow( TableNameID, FString( “DataAccess” ), false );
You can dereference and save data for later:
SomeObject->TableData = *RowData;