I don’t think it’s possible. What you could do is default to DataTableRef if Table is null.
UDataTable* DT = Table ? Table : DataTableRef;
I don’t think it’s possible. What you could do is default to DataTableRef if Table is null.
UDataTable* DT = Table ? Table : DataTableRef;