Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/TextureReferenceResolver.h |
| Include | #include "TextureReferenceResolver.h" |
Syntax
struct FTextureReferenceReplacer
Remarks
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.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FTextureReferenceRHIRef | OriginalRef |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTextureReferenceReplacer
(
UTexture* OriginalTexture |