Navigation
API > API/Runtime > API/Runtime/Engine
| Name | IStreamingGenerationContext |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/WorldPartition/WorldPartitionStreamingGenerationContext.h |
| Include Path | #include "WorldPartition/WorldPartitionStreamingGenerationContext.h" |
Syntax
class IStreamingGenerationContext
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IStreamingGenerationContext() |
WorldPartition/WorldPartitionStreamingGenerationContext.h |
Structs
| Name | Remarks |
|---|---|
| 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. |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActorDescCollection | const FStreamingGenerationActorDescCollection * | WorldPartition/WorldPartitionStreamingGenerationContext.h | ||
| ActorDescViewMap | const FStreamingGenerationActorDescViewMap * | WorldPartition/WorldPartitionStreamingGenerationContext.h | ||
| ActorSets | TArray< TUniquePtr< FActorSet > > | WorldPartition/WorldPartitionStreamingGenerationContext.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ForEachActorSetContainer
(
TFunctionRef< void(const FActorSetContainer&)> Func |
WorldPartition/WorldPartitionStreamingGenerationContext.h | ||
void ForEachActorSetContainerInstance
(
TFunctionRef< void(const FActorSetContainerInstance&)> Func |
WorldPartition/WorldPartitionStreamingGenerationContext.h | ||
void ForEachActorSetInstance
(
TFunctionRef< void(const FActorSetInstance&)> Func |
WorldPartition/WorldPartitionStreamingGenerationContext.h | ||
const FActorSetContainerInstance * GetActorSetContainerForContextBaseContainerInstance() |
Returns the ActorSetContainerInstance that contains the BaseActorDescContainerInstance of this context. | WorldPartition/WorldPartitionStreamingGenerationContext.h | |
virtual PRAGMA_DISABLE_DEPRECATION_WARNINGS const FActorSetContainer * GetMainWorldContainer() |
WorldPartition/WorldPartitionStreamingGenerationContext.h | ||
FBox GetWorldBounds() |
WorldPartition/WorldPartitionStreamingGenerationContext.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FActorSetContainer & operator=
(
const FActorSetContainer& |
WorldPartition/WorldPartitionStreamingGenerationContext.h |