UTexture2D::IsCurrentlyVirtualTextured

Returns if the texture is actually being rendered using virtual texturing right now.

Windows
MacOS
Linux

Override Hierarchy

UTexture::IsCurrentlyVirtualTextured()

UTexture2D::IsCurrentlyVirtualTextured()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Texture2D.h

Include

#include "Engine/Texture2D.h"

Syntax

virtual bool IsCurrentlyVirtualTextured() const

Remarks

Returns if the texture is actually being rendered using virtual texturing right now. Unlike the 'VirtualTextureStreaming' property which reflects the user's desired state this reflects the actual current state on the renderer depending on the platform, VT data being built, project settings, ....

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