Navigation
API > API/Plugins > API/Plugins/AvalancheModifiers
| |
|
| Name |
EAvaSizeToTextureRule |
| Type |
enum |
| Header File |
/Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheModifiers/Public/Modifiers/AvaSizeToTextureModifier.h |
| Include Path |
#include "Modifiers/AvaSizeToTextureModifier.h" |
Syntax
enum EAvaSizeToTextureRule
{
AdaptiveWidth,
AdaptiveHeight,
FixedHeight,
FixedWidth,
}
Values
| Name |
Remarks |
| AdaptiveWidth |
Automatically adapts the width based on the height, to maintain texture ratio |
| AdaptiveHeight |
Automatically adapts the height based on the width, to maintain texture ratio |
| FixedHeight |
Lock height and adapt width |
| FixedWidth |
Lock width and adapt height |