UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ContentStreaming.h File Reference

Go to the source code of this file.

Classes

struct  FStreamingViewInfo
 
class  FAudioChunkHandle
 
struct  IStreamingManager
 
struct  IStreamingManager::FSecondaryLocation
 
struct  IRenderAssetStreamingManager
 
struct  IAudioStreamingManager
 
struct  FDummyAudioStreamingManager
 
struct  IAnimationStreamingManager
 
struct  FStreamingManagerCollection
 

Namespaces

namespace  Nanite
 

Typedefs

using FSoundWaveProxyPtr = TSharedPtr< FSoundWaveProxy, ESPMode::ThreadSafe >
 

Enumerations

enum  ERemoveStreamingViews { RemoveStreamingViews_Normal , RemoveStreamingViews_All }
 
enum class  EAudioChunkLoadResult : uint8 {
  Completed , AlreadyLoaded , Interrupted , ChunkOutOfBounds ,
  CacheBlown
}
 

Functions

void FlushResourceStreaming ()
 

Typedef Documentation

◆ FSoundWaveProxyPtr

Enumeration Type Documentation

◆ EAudioChunkLoadResult

Enumerator
Completed 
AlreadyLoaded 
Interrupted 
ChunkOutOfBounds 
CacheBlown 

◆ ERemoveStreamingViews

Enumerator
RemoveStreamingViews_Normal 

Removes normal views, but leaves override views.

RemoveStreamingViews_All 

Removes all views.

Function Documentation

◆ FlushResourceStreaming()

void FlushResourceStreaming ( )

Helper function to flush resource streaming.

Helper function to flush resource streaming from within Core project.