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