Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/VT/RuntimeVirtualTexture.h |
Include |
#include "VT/RuntimeVirtualTexture.h" |
Source |
/Engine/Source/Runtime/Engine/Private/VT/RuntimeVirtualTexture.cpp |
namespace RuntimeVirtualTexture
{
IVirtualTexture * RuntimeVirtualTexture::BindStreamingTextureProducer
(
IVirtualTexture * InProducer,
IVirtualTexture * InStreamingProducer,
int32 InTransitionLevel
)
}
Helper function to bind a runtime virtual texture producer to a streaming producer. Returns the new combined producer.