UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Texture2DStreamOut_Virtual.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3/*=============================================================================
4Texture2DStreamOut_Virtual.h: Stream out logic for texture 2D.
5=============================================================================*/
6
7#pragma once
8
9#include "CoreMinimal.h"
10#include "Texture2DUpdate.h"
11
13{
14public:
15
17
18protected:
19
20 // ****************************
21 // ******* Update Steps *******
22 // ****************************
23
24 // Reduce visible and resident mips and cleanup. (RenderThread)
25 void Finalize(const FContext& Context);
26
27 // ****************************
28 // ******* Cancel Steps *******
29 // ****************************
30
31 // Cancel the update. (RenderThread)
32 void Cancel(const FContext& Context);
33};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition Texture2DStreamOut_Virtual.h:13
Definition Texture2DUpdate.h:54
Definition Texture2D.h:26
Definition Texture2DUpdate.h:23