ARuntimeVirtualTextureVolume

Actor used to place a [URuntimeVirtualTexture](API\Runtime\Engine\VT\URuntimeVirtualTexture) in the world.

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

AActor

ARuntimeVirtualTextureVolume

References

Module

Engine

Header

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

Include

#include "VT/RuntimeVirtualTextureVolume.h"

Syntax

class ARuntimeVirtualTextureVolume : public AActor

Remarks

Actor used to place a URuntimeVirtualTexture in the world.

Variables

Name Description

Public variable

UBoxComponent &...

 

Box

Box for visualizing virtual texture extents.

Public variable

URuntimeVirtual...

 

VirtualTextureComponent

Component that owns the runtime virtual texture.

Constructors

Name Description

Public function

ARuntimeVirtualTextureVolume

(
    const FObjectInitializer& ObjectIn...
)

Overridden from AActor

Name Description

Protected function Virtual Const

bool

 

IsLevelBoundsRelevant()

Indicates whether this actor should participate in level bounds calculations

Overridden from UObject

Name Description

Protected function Virtual Const

bool

 

NeedsLoadForServer()

Called during saving to determine the load flags to save with the object.

Protected function Virtual

void

 

Serialize

(
    FArchive& Ar
)

Handles reading, writing, and reference collecting using FArchive.

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