Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldPartition/WorldPartitionHandle.h |
| Include | #include "WorldPartition/WorldPartitionHandle.h" |
Syntax
template<typename Impl>
class TWorldPartitionHandle
Variables
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< FWorldPartitionActorDescInstance > * | ActorDescInstance | ||
| TWeakObjectPtr< UActorDescContainerInstance > | ContainerInstance |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TWorldPartitionHandle
(
UActorDescContainer* InContainer, |
|||
TWorldPartitionHandle
(
TActorDescContainerCollection< U >* ContainerCollection, |
|||
TWorldPartitionHandle
(
TUniquePtr< FWorldPartitionActorDescInstance >* InActorDescInstance |
|||
TWorldPartitionHandle
(
FWorldPartitionActorDescInstance* InActorDescInstance |
|||
TWorldPartitionHandle
(
TUniquePtr< FWorldPartitionActorDesc >* InActorDesc |
|||
TWorldPartitionHandle
(
const TWorldPartitionHandle& Other |
|||
TWorldPartitionHandle
(
TWorldPartitionHandle&& Other |
|||
TWorldPartitionHandle
(
TWorldPartitionHandle< T >&& Other |
|||
TWorldPartitionHandle
(
UActorDescContainerInstance* InContainerInstance, |
|||
TWorldPartitionHandle
(
TActorDescContainerInstanceCollection< U >* ContainerCollection, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | DecRefCount () |
||
| FWorldPartitionActorDesc * | Get () |
||
| AActor * | GetActor () |
||
| FWorldPartitionActorDescInstance * | GetInstance () |
||
| void | IncRefCount () |
||
| bool | IsLoaded () |
||
| bool | IsValid () |
||
| void | Reset () |
||
| TWorldPartitionHandle< FWorldPartitionHandleImpl > | ToHandle () |
||
| TWorldPartitionHandle< FWorldPartitionReferenceImpl > | ToReference () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const TWorldPartitionHandle< T >& Other |
||
| bool | operator!=
(
const TWorldPartitionHandle& Other |
||
| FWorldPartitionActorDescInstance * | operator* () |
||
| TWorldPartitionHandle< Impl > & | operator=
(
TWorldPartitionHandle< T >&& Other |
||
| TWorldPartitionHandle< Impl > & | operator=
(
const TWorldPartitionHandle< T >& Other |
Conversions. | |
| TWorldPartitionHandle< Impl > & | operator=
(
TWorldPartitionHandle&& Other |
||
| TWorldPartitionHandle & | operator=
(
const TWorldPartitionHandle& Other |
||
| bool | operator==
(
const TWorldPartitionHandle& Other |
||
| bool | operator==
(
const TWorldPartitionHandle< T >& Other |
Conversions. | |
| FWorldPartitionActorDescInstance * | operator-> () |
Classes
| Type | Name | Description | |
|---|---|---|---|
| TActorDescContainerCollectionDeprecated |