Navigation
Unreal Engine C++ API Reference > Runtime > Core > Templates > TSharedPtr > TSharedPtr
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/SharedPointer.h |
Include | #include "Templates/SharedPointer.h" |
template<typename OtherType, typename>
TSharedPtr
&40;
TSharedPtr< OtherType, Mode > const & InSharedPtr
&41;
Remarks
Constructs a shared pointer as a shared reference to an existing shared pointer's object. This constructor is needed so that we can implicitly upcast to base classes.
Parameters
Name | Description |
---|---|
InSharedPtr | The shared pointer whose object we should create an additional reference to |