Navigation
API > API/Plugins > API/Plugins/CompositeCore
Texture resource metadata.
| Name | FResourceMetadata |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Compositing/CompositeCore/Source/CompositeCore/Public/Passes/CompositeCorePassProxy.h |
| Include Path | #include "Passes/CompositeCorePassProxy.h" |
Syntax
struct FResourceMetadata
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDistorted | bool | Is the texture content distorted? | Passes/CompositeCorePassProxy.h | |
| bInvertedAlpha | bool | Is the alpha inverted (like scene color)? | Passes/CompositeCorePassProxy.h | |
| bPreExposed | bool | Is the texture's exposure already adjusted? | Passes/CompositeCorePassProxy.h | |
| Encoding | EEncoding | Source color encoding. | Passes/CompositeCorePassProxy.h |