Navigation
API > API/Plugins > API/Plugins/AvalancheModifiers
Singleton class for boolean modifiers to share data Transient because we can rebuild it, no need to save the asset
| Name | UAvaBooleanModifierShared |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheModifiers/Public/Shared/AvaBooleanModifierShared.h |
| Include Path | #include "Shared/AvaBooleanModifierShared.h" |
Syntax
UCLASS (Transient, Hidden)
class UAvaBooleanModifierShared : public UActorModifierCoreSharedObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UActorModifierCoreSharedObject → UAvaBooleanModifierShared
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Channels | TMap< uint8, FAvaBooleanModifierSharedChannel > | Shared/AvaBooleanModifierShared.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint8 GetChannelCount() |
Get number of active channel | Shared/AvaBooleanModifierShared.h | |
int32 GetChannelModifierCount
(
uint8 InChannel |
Get number of modifier active on that channel | Shared/AvaBooleanModifierShared.h | |
int32 GetChannelModifierModeCount
(
uint8 InChannel, |
Get number of modifier active on that channel with that mode set | Shared/AvaBooleanModifierShared.h | |
TSet< TWeakObjectPtr< UAvaBooleanModifier > > GetIntersectingModifiers
(
const UAvaBooleanModifier* InTargetModifier, |
Get all intersecting modifiers with the input target modifier | Shared/AvaBooleanModifierShared.h | |
void TrackModifierChannel
(
UAvaBooleanModifier* InModifier |
Track a modifier on a channel | Shared/AvaBooleanModifierShared.h | |
void UntrackModifierChannel
(
UAvaBooleanModifier* InModifier |
Untrack a modifier from a channel | Shared/AvaBooleanModifierShared.h | |
void UpdateModifierChannel
(
UAvaBooleanModifier* InModifier |
Updates and refresh modifier channel | Shared/AvaBooleanModifierShared.h |