Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/TTypeContainer
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/TypeContainer.h |
Include | #include "Misc/TypeContainer.h" |
template<class R>
TSharedRef< R, Mode > GetInstance&40;&41; const
Remarks
Gets a shared pointer to an instance of the specified class.
Parameters
Name | Description |
---|---|
R | The type of class to get an instance for. |
A | shared reference to the instance. |