Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition
Inheritance Hierarchy
- TActorDescList
- FActorDescInstanceList
- UActorDescContainerInstance
- ULevelInstanceContainerInstance
- FActorDescList
- FWorldPartitionClassDescRegistry
- UActorDescContainer
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldPartition/ActorDescList.h |
| Include | #include "WorldPartition/ActorDescList.h" |
Syntax
template<class DescType>
class TActorDescList
Variables
| Type | Name | Description | |
|---|---|---|---|
| FActorDescArray | ActorDescList | ||
| FGuidActorDescMap | ActorsByGuid | ||
| bool | bIsProxy |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TActorDescList
(
const TActorDescList& |
Non-copyable. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddActorDescriptor
(
DescType* ActorDesc |
||
| void | Empty () |
||
| TUniquePtr< DescType > * | GetActorDescriptor
(
const FGuid& ActorGuid |
||
| const TUniquePtr< DescType > * | GetActorDescriptor
(
const FGuid& ActorGuid |
||
| TUniquePtr< DescType > * | GetActorDescriptorChecked
(
const FGuid& ActorGuid |
||
| const TUniquePtr< DescType > * | GetActorDescriptorChecked
(
const FGuid& ActorGuid |
||
| FGuidActorDescMap & | |||
| FGuidActorDescMap & | Allow Child class to Proxy to another list. | ||
| bool | IsEmpty () |
||
| void | RemoveActorDescriptor
(
DescType* ActorDesc |
||
| void | SetIsProxy () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| TActorDescList & | operator=
(
const TActorDescList& |
Classes
| Type | Name | Description | |
|---|---|---|---|
| TBaseIterator | |||
| TConstIterator | |||
| TIterator |
Typedefs
| Name | Description |
|---|---|
| FActorDescArray | |
| FGuidActorDescMap |