Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorDescContainer
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldPartition/ActorDescContainer.h |
| Include | #include "WorldPartition/ActorDescContainer.h" |
Syntax
UCLASS (MinimalAPI)
class UActorDescContainer :
public UObject ,
public FActorDescList
Variables
| Type | Name | Description | |
|---|---|---|---|
| FNameActorDescMap | ActorsByName | ||
| bool | bContainerInitialized | ||
| bool | bRegisteredDelegates | ||
| FName | ContainerPackageName | ||
| FGuid | ContentBundleGuid | ||
| TObjectPtr< const UExternalDataLayerAsset > | ExternalDataLayerAsset | ||
| TArray< FAssetData > | InvalidActors | ||
| FActorDescAddedEvent | OnActorDescAddedEvent | ||
| FActorDescRemovedEvent | OnActorDescRemovedEvent | ||
| FActorDescUpdatedEvent | OnActorDescUpdatedEvent | ||
| FActorDescUpdatingEvent | OnActorDescUpdatingEvent |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UActorDescContainer
(
const FObjectInitializer& ObjectInitializer |
Functions
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | BeginDestroy () |
Called before destroying the object. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FActorDescAddedEvent | |||
| FActorDescRemovedEvent | |||
| FActorDescUpdatedEvent | |||
| FActorDescUpdatingEvent | |||
| FInitializeParams | Struct of parameters passed to Initialize function. |
Typedefs
| Name | Description |
|---|---|
| FActorDescContainerInitializeDelegate | |
| FNameActorDescMap |
Constants
| Name | Description |
|---|---|
| DeletedObjectPlaceholdersAnnotation | |
| OnActorDescContainerInitialized |