FStreamingTextureBuildInfo::PackFrom

Set this struct to match the unpacked params.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/TextureStreamingTypes.h

Include

#include "Engine/TextureStreamingTypes.h"

Source

/Engine/Source/Runtime/Engine/Private/Streaming/TextureStreamingBuild.cpp

Syntax

void PackFrom
(
    ULevel * Level,
    const FBoxSphereBounds & RefBounds,
    const FStreamingRenderAssetPrimitiveInfo & Info
)

Remarks

Set this struct to match the unpacked params.

Parameters

Parameter

Description

LevelTextures

[in,out] The list of textures referred by all component of a level. The array index maps to UTexture2D::LevelIndex.

RefBounds

[in] The reference bounds used to compute the packed relative box.

Info

[in] The unpacked params.

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