FSlaveLocation

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ContentStreaming.h

Include

#include "ContentStreaming.h"

Syntax

struct FSlaveLocation

Variables

Name Description

Public variable

float

 

BoostFactor

A boost factor that affects all streaming distances for this location.

Public variable

bool

 

bOverrideLocation

Whether this is an override location, which forces the streaming system to ignore all other locations

Public variable

float

 

Duration

How long the streaming system should keep checking this location (in seconds).

Public variable

FVector

 

Location

A location to use for distance-based heuristics next Tick().

Constructors

Name Description

Public function

FSlaveLocation

(
    const FVector& InLocation,
    float InBoostFactor,
    bool bInOverrideLocation,
    float InDuration
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss