RuntimeVirtualTexture::BindStreamingTextureProducer

Helper function to bind a runtime virtual texture producer to a streaming producer.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/VT/RuntimeVirtualTexture.h

Include

#include "VT/RuntimeVirtualTexture.h"

Source

/Engine/Source/Runtime/Engine/Private/VT/RuntimeVirtualTexture.cpp

Syntax

namespace RuntimeVirtualTexture
{
    IVirtualTexture * RuntimeVirtualTexture::BindStreamingTextureProducer
    (
        IVirtualTexture * InProducer,
        IVirtualTexture * InStreamingProducer,
        int32 InTransitionLevel
    )
}

Remarks

Helper function to bind a runtime virtual texture producer to a streaming producer. Returns the new combined producer.