URuntimeVirtualTextureComponent::Invalidate

This function marks an area of the runtime virtual texture as dirty.

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 Invalidate
(
    FBoxSphereBounds const & WorldBounds
)

Remarks

This function marks an area of the runtime virtual texture as dirty.

Parameters

Parameter

Description

WorldBounds

: The world space bounds of the pages to invalidate.

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