Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IStreamingManager
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ContentStreaming.h |
| Include | #include "ContentStreaming.h" |
Syntax
struct FSecondaryLocation
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | BoostFactor | A boost factor that affects all streaming distances for this location. | |
| bool | bOverrideLocation | Whether this is an override location, which forces the streaming system to ignore all other locations | |
| float | Duration | How long the streaming system should keep checking this location (in seconds). | |
| FVector | Location | A location to use for distance-based heuristics next Tick(). |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSecondaryLocation
(
const FVector& InLocation, |