Reference FText in DataTable

Hello, I see plenty of examples of referencing Actors and the such in a DataTable; however, I cannot find anything for referencing an FText object. I know that FText is special in that it has a namespace, id, text, and localized text. How would I identify an FText reference via a DataTable? All mentions of using an FString reference transformed to an FText reference state that it is dangerous to do so. Please link any references you found. C++ examples would be most appreciated if possible, but I will take Blueprints.

Found the answer myself. Closing.