Navigation
API > API/Plugins > API/Plugins/CompositeCore
Texture resource metadata.
| Name | FResourceMetadata |
| Type | struct |
| Header File | /Engine/Plugins/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 |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FResourceMetadata& Other |
Inequality operator | Passes/CompositeCorePassProxy.h | |
bool operator==
(
const FResourceMetadata& Other |
Equality operator | Passes/CompositeCorePassProxy.h |