[Impl] 增加 prettyType,返回TypeInfo的FString, StructInstance自动输出父类TypeInfo
This commit is contained in:
@@ -33,6 +33,8 @@ namespace Fig
|
||||
using ObjectPtr = std::shared_ptr<Object>;
|
||||
using List = std::vector<ObjectPtr>;
|
||||
|
||||
FString prettyType(ObjectPtr obj);
|
||||
|
||||
struct ValueKey
|
||||
{
|
||||
ObjectPtr value;
|
||||
|
||||
Reference in New Issue
Block a user