Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition
Inheritance Hierarchy
- FWorldPartitionActorDescView
- FWorldPartitionActorViewProxy
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldPartition/WorldPartitionActorDescView.h |
| Include | #include "WorldPartition/WorldPartitionActorDescView.h" |
Syntax
class FWorldPartitionActorDescView
Remarks
A view on top of an actor desc, used to cache information that can be (potentially) different than the actor desc itself due to streaming generation logic, etc.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FWorldPartitionActorDesc * | ActorDesc | ||
| bool | bInvalidDataLayers | ||
| bool | bIsForcedNonSpatiallyLoaded | ||
| bool | bIsForcedNoRuntimeGrid | ||
| TArray< FGuid > | EditorReferences | ||
| TOptional< TArray< FName > > | ResolvedDataLayerInstanceNames | ||
| TOptional< TArray< FName > > | RuntimeDataLayerInstanceNames | ||
| TOptional< TArray< FGuid > > | RuntimeReferences |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FWorldPartitionActorDescView
(
const FWorldPartitionActorDesc* InActorDesc |
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FWorldPartitionActorDescView& Other |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| FBox | GetBounds () |
GetBounds is deprecated, GetEditorBounds or GetRuntimeBounds should be used instead. | |
| FName | GetLevelPackage is deprecated use GetContainerPackage instead. | ||
| FVector | GetOrigin () |
GetOrigin is deprecated. | |
| bool | ShouldValidateRuntimeGrid is deprecated and should not be used. |