#pragma once #include "SharedPointer.h" #include "inc.h" struct ITextData { }; class FText { public: TSharedRef TextData; uint32 Flags; };