Navigation
API > API/Plugins > API/Plugins/AvalancheModifiers
| |
|
| Name |
EAvaTranslucentPriorityModifierMode |
| Type |
enum |
| Header File |
/Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheModifiers/Public/Modifiers/AvaTranslucentPriorityModifier.h |
| Include Path |
#include "Modifiers/AvaTranslucentPriorityModifier.h" |
Syntax
enum EAvaTranslucentPriorityModifierMode
{
AutoCameraDistance,
AutoOutlinerTree,
AutoOutlinerTreeInverted,
Manual,
}
Values
| Name |
Remarks |
| AutoCameraDistance |
The closer you are from the camera based on camera forward axis, the higher your sort priority will be |
| AutoOutlinerTree |
The higher you are in the outline tree, the higher your sort priority will be |
| AutoOutlinerTreeInverted |
The lower you are in the outline tree, the higher your sort priority will be |
| Manual |
Set it yourself |