Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition
Inheritance Hierarchy
- IStreamingGenerationContext
- FStreamingGenerationContextProxy
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldPartition/WorldPartitionStreamingGenerationContext.h |
| Include | #include "WorldPartition/WorldPartitionStreamingGenerationContext.h" |
Syntax
class IStreamingGenerationContext
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FStreamingGenerationActorDescCollection * | ActorDescCollection | ||
| const FStreamingGenerationActorDescViewMap * | ActorDescViewMap | ||
| TArray< TUniquePtr< FActorSet > > | ActorSets |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ForEachActorSetContainer
(
TFunctionRef< void(const FActorSetContainer&)> Func |
||
| void | ForEachActorSetContainerInstance
(
TFunctionRef< void(const FActorSetContainerInstance&)> Func |
||
| void | ForEachActorSetInstance
(
TFunctionRef< void(const FActorSetInstance&)> Func |
||
| const FActorSetContainerInstance * | Returns the ActorSetContainerInstance that contains the BaseActorDescContainerInstance of this context. | ||
| PRAGMA_DISABLE_DEPRECATION_WARNINGS const FActorSetContainer * | |||
| FBox |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FActorSetContainer & | operator=
(
const FActorSetContainer& |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FActorInstance | An actor instance represents a single instanced actor in the world. | ||
| FActorSet | An actor set represents a group of actors that needs to be part of the same streaming cell, because they have hard references between them. | ||
| FActorSetContainerInstance | An actor set container represents the list of actor sets in an actor container, e.g. a level instance. | ||
| FActorSetInstance | An actor set instance is an actual instance of an actor set in the world. |