Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FWeakObjectPtr
Type | Name | Description | |
---|---|---|---|
![]() |
Null constructor | ||
![]() |
FWeakObjectPtr
(
TYPE_OF_NULLPTR |
Construct from nullptr or something that can be implicitly converted to nullptr (eg: NULL) | |
![]() |
FWeakObjectPtr
(
U&& Object |
Construct from an object pointer or something that can be implicitly converted to an object pointer | |
![]() |
FWeakObjectPtr
(
const FWeakObjectPtr& Other |
Construct from another weak pointer |