Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > TSoftObjectPtr
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
TSoftObjectPtr
(
const TSoftObjectPtr& Other |
||
![]() |
TSoftObjectPtr
(
TSoftObjectPtr&& Other |
||
![]() |
TSoftObjectPtr
(
const TSoftObjectPtr< U >& Other |
Construct from another soft pointer | |
![]() |
TSoftObjectPtr
(
TSoftObjectPtr< U >&& Other |
Construct from a moveable soft pointer | |
![]() |
TSoftObjectPtr
(
const U* Object |
Construct from an object already in memory | |
![]() |
TSoftObjectPtr
(
const TObjectPtr< U > Object |
Construct from a TObjectPtr which may or may not be in memory. | |
![]() |
TSoftObjectPtr
(
TYPE_OF_NULLPTR |
Construct from a nullptr | |
![]() |
TSoftObjectPtr
(
FSoftObjectPath ObjectPath |
Construct from a soft object path |