#TSharedPtr
1 messages · Page 1 of 1 (latest)
.
@livid relic
it is raw pointer to shared pointer.
I see. So what will this be:-
TSharedPtr<FJsonObject>* &Object
So like a reference to a double pointer?
no
I know shared and raw pointers are different.
Alright.
TSharedPtr is a unreal clone of STL std::shared_ptr
Ok.
What do you mean by this?