Navigation
API > API/Runtime > API/Runtime/Engine
| Name | TPSOWeakPtrTraits |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/PSOPrecacheComponent.h |
| Include Path | #include "PSOPrecacheComponent.h" |
Syntax
template<typename T, typename Enable >
struct TPSOWeakPtrTraits
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WeakType | TWeakObjectPtr< T > | PSOPrecacheComponent.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static T * Get
(
const WeakType& W |
PSOPrecacheComponent.h | ||
static WeakType Make
(
T* Ptr |
PSOPrecacheComponent.h |