 |
FAvaBooleanModifierSharedChannel |
|
|
 |
FAvaBooleanModifierSharedChannelInfo |
|
|
 |
FAvaTransformSharedActorState |
|
|
 |
FAvaTransformSharedModifierState |
|
|
 |
FAvaTranslucentPriorityModifierComponentState |
|
|
 |
FAvaVisibilitySharedActorState |
|
|
 |
FAvaVisibilitySharedModifierState |
|
|
 |
UAvaBooleanModifierShared |
Singleton class for boolean modifiers to share data Transient because we can rebuild it, no need to save the asset |
|
 |
UAvaTransformModifierShared |
Singleton class for transform modifiers to share data between each other Used because multiple modifier could be watching/updating an actor We want to save the state of that actor once before any modifier changes it and restore it when no other modifier is watching it |
|
 |
UAvaTranslucentPriorityModifierShared |
Singleton class for translucent priority modifiers to share data about component state |
|
 |
UAvaVisibilityModifierShared |
Singleton class for visibility modifiers to share data between each other Used because multiple modifier could be watching/updating an actor We want to save the state of that actor once before any modifier changes it and restore it when no other modifier is watching it |
|