Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/Image
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/Image.h |
| Include | #include "MuR/Image.h" |
Syntax
enum EImageFlags
&123;
IF_IS_PLAIN_COLOUR_VALID = 1 << 0,
IF_IS_PLAIN_COLOUR = 1 << 1,
IF_CANNOT_BE_SCALED = 1 << 2,
IF_HAS_RELEVANCY_MAP = 1 << 3,
IF_IS_REFERENCE = 1 << 4,
&125;
Values
| Name | Description |
|---|---|
| IF_IS_PLAIN_COLOUR_VALID | Set if the next flag has been calculated and its value is valid. |
| IF_IS_PLAIN_COLOUR | If the previous flag is set and this one too, the image is single colour. |
| IF_CANNOT_BE_SCALED | If this is set, the image shouldn't be scaled: it's contents is resoultion-dependent. |
| IF_HAS_RELEVANCY_MAP | If this is set, the image has an updated relevancy map. This flag is not persisent. |
| IF_IS_REFERENCE | If this is set, this is a reference to an external image, and the ReferenceID is valid. |
Remarks
These set of flags are used to cache information for images at runtime.