URuntimeVirtualTextureComponent::InitializeStreamingTexture

Initialize the low mip streaming texture with the passed in size and data.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/RuntimeVirtualTextureComponent.h

Include

#include "Components/RuntimeVirtualTextureComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/RuntimeVirtualTextureComponent.cpp

Syntax

void InitializeStreamingTexture
(
    uint32 InSizeX,
    uint32 InSizeY,
    uint8 * InData
)

Remarks

Initialize the low mip streaming texture with the passed in size and data.

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