Navigation
API > API/Plugins > API/Plugins/AvalancheModifiers > API/Plugins/AvalancheModifiers/Modifiers
References
| |
|
| Module |
AvalancheModifiers |
| Header |
/Engine/Plugins/Experimental/Avalanche/Source/AvalancheModifiers/Public/Modifiers/AvaTranslucentPriorityModifier.h |
| Include |
#include "Modifiers/AvaTranslucentPriorityModifier.h" |
Syntax
enum EAvaTranslucentPriorityModifierMode
{
AutoCameraDistance,
AutoOutlinerTree,
Manual,
}
Values
| Name |
Description |
| 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 |
| Manual |
Set it yourself |