Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/TSoftObjectPtr
Type | Name | Description | |
---|---|---|---|
![]() |
TSoftObjectPtr & | operator=
(
const TSoftObjectPtr& Other |
|
![]() |
TSoftObjectPtr & | operator=
(
TSoftObjectPtr&& Other |
|
![]() |
TSoftObjectPtr & | operator=
(
const U* Object |
Copy from an object already in memory |
![]() |
TSoftObjectPtr & | operator=
(
const TObjectPtr< U > Object |
Copy from a TObjectPtr which may or may not be in memory. |
![]() |
TSoftObjectPtr & | operator=
(
TYPE_OF_NULLPTR |
Assign from a nullptr |
![]() |
TSoftObjectPtr & | operator=
(
FSoftObjectPath ObjectPath |
Copy from a soft object path |
![]() |
TSoftObjectPtr & | operator=
(
const TWeakObjectPtr< U >& Other |
Copy from a weak pointer to an object already in memory |
![]() |
TSoftObjectPtr & | operator=
(
TSoftObjectPtr< U > Other |
Copy from another soft pointer |