Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates > API/Runtime/Core/Templates/TSharedPtr > API/Runtime/Core/Templates/TSharedPtr/__ctor
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/SharedPointer.h |
Include | #include "Templates/SharedPointer.h" |
template<typename OtherType>
TSharedPtr
&40;
TSharedPtr< OtherType, Mode > const & InSharedPtr,
SharedPointerInternals::FStaticCastTag
&41;
Remarks
Special constructor used internally to statically cast one shared pointer type to another. You should never call this constructor directly. Instead, use the StaticCastSharedPtr() function. This constructor creates a shared pointer as a shared reference to an existing shared pointer after statically casting that pointer's object. This constructor is needed for static casts.
Parameters
Name | Description |
---|---|
InSharedPtr | The shared pointer whose object we should create an additional reference to |