UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FStreamingSourceShapeHelper Class Reference

#include <WorldPartitionStreamingSource.h>

Static Public Member Functions

static bool IsSourceAffectingGrid (const TSet< FName > &InSourceTargetGrids, EStreamingSourceTargetBehavior InSourceTargetBehavior, FName InGridName)
 
static void ForEachShape (float InGridLoadingRange, float InDefaultRadius, bool bInProjectIn2D, const FVector &InLocation, const FRotator &InRotation, const TArray< FStreamingSourceShape > &InShapes, TFunctionRef< void(const FSphericalSector &)> InOperation, float InExtraRadius=0.f, float InExtraAngle=0.f)
 

Detailed Description

Helper class used to iterate over streaming source shapes.

Member Function Documentation

◆ ForEachShape()

static void FStreamingSourceShapeHelper::ForEachShape ( float  InGridLoadingRange,
float  InDefaultRadius,
bool  bInProjectIn2D,
const FVector InLocation,
const FRotator InRotation,
const TArray< FStreamingSourceShape > &  InShapes,
TFunctionRef< void(const FSphericalSector &)>  InOperation,
float  InExtraRadius = 0.f,
float  InExtraAngle = 0.f 
)
inlinestatic

◆ IsSourceAffectingGrid()

static bool FStreamingSourceShapeHelper::IsSourceAffectingGrid ( const TSet< FName > &  InSourceTargetGrids,
EStreamingSourceTargetBehavior  InSourceTargetBehavior,
FName  InGridName 
)
inlinestatic

The documentation for this class was generated from the following file: