Navigation
API > API/Plugins > API/Plugins/CompositeCore
External texture resource and its accompanying metadata.
| Name | FExternalTexture |
| Type | struct |
| Header File | /Engine/Plugins/Compositing/CompositeCore/Source/CompositeCore/Public/Passes/CompositeCorePassProxy.h |
| Include Path | #include "Passes/CompositeCorePassProxy.h" |
Syntax
struct FExternalTexture
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Metadata | FResourceMetadata | Texture metadata. | Passes/CompositeCorePassProxy.h | |
| Texture | TWeakObjectPtr< UTexture > | Texture weak object pointer, for use on the game thread. | Passes/CompositeCorePassProxy.h |