Navigation
API > API/Plugins > API/Plugins/AvalancheModifiers > API/Plugins/AvalancheModifiers/Shared
References
| Module | AvalancheModifiers |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheModifiers/Public/Shared/AvaBooleanModifierShared.h |
| Include | #include "Shared/AvaBooleanModifierShared.h" |
Syntax
USTRUCT (BlueprintType )
struct FAvaBooleanModifierSharedChannelInfo
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | ChannelCount | The number of channel currently active | |
| int32 | ChannelIntersectCount | The number of modifier intersecting with this modifier | |
| int32 | ChannelModifierCount | The number of modifier on that channel, the more there are, the more impact on performance | |
| int32 | ChannelTargetCount | The number of modifier on that channel that are masked by other mask modifier | |
| int32 | ChannelToolCount | The number of modifier on that channel that are used to mask other non mask modifier |