Files
UnrealEngine/Engine/Source/Editor/VirtualTexturingEditor/Public/RuntimeVirtualTextureSetBounds.h
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

14 lines
404 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
class URuntimeVirtualTextureComponent;
namespace RuntimeVirtualTexture
{
/** Set the transform on a URuntimeVirtualTextureComponent so that it includes the bounds of all associated primitives in the current world. */
void VIRTUALTEXTURINGEDITOR_API SetBounds(URuntimeVirtualTextureComponent* InComponent);
};