![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TextureReferenceResolver.h>
Public Member Functions | |
| FTextureReferenceReplacer (UTexture *OriginalTexture) | |
| void | Replace (UTexture *NewTexture) |
Public Attributes | |
| FTextureReferenceRHIRef | OriginalRef |
Replaces the RHI reference of one texture with another. Allows one texture to be replaced with another at runtime and have all existing references to it remain valid.
|
inline |
| FTextureReferenceRHIRef FTextureReferenceReplacer::OriginalRef |