Navigation
API > API/Plugins > API/Plugins/AvalancheModifiers > API/Plugins/AvalancheModifiers/Modifiers
Inheritance Hierarchy
- UObject
- UActorModifierCoreBase
- UAvaBaseModifier
- UAvaAttachmentBaseModifier
- UAvaArrangeBaseModifier
- UAvaHideEmptyModifier
References
| Module | AvalancheModifiers |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheModifiers/Public/Modifiers/AvaHideEmptyModifier.h |
| Include | #include "Modifiers/AvaHideEmptyModifier.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UAvaHideEmptyModifier : public UAvaArrangeBaseModifier
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bInvertVisibility | Invert the behaviour and visibility of the container if text is empty | |
| TWeakObjectPtr< AActor > | ContainerActorWeak | The container to hide when text is empty, by default self |
Functions
| Type | Name | Description | |
|---|---|---|---|
| AActor * | |||
| TWeakObjectPtr< AActor > | |||
| bool | |||
| void | |||
| void | |||
| void | |||
| void | SetContainerActor
(
AActor* InActor |
||
| void | SetContainerActorWeak
(
TWeakObjectPtr< AActor > InContainer |
||
| void | SetInvertVisibility
(
bool bInInvert |
Overridden from UActorModifierCoreBase
| Type | Name | Description | |
|---|---|---|---|
| void | Apply () |
Override in child classes, apply this modifier on the actual actor, call Next or Fail to complete the modifier execution | |
| void | Called when modified actor transform is updated if this modifier is enabled | ||
| void | OnModifierAdded
(
EActorModifierCoreEnableReason InReason |
Called after the modifier was added to a stack and initialized after creation or serialization or duplication | |
| void | OnModifierCDOSetup
(
FActorModifierCoreMetadata& InMetadata |
Override metadata for this modifier, called only once before modifier CDO is registered | |
| void | OnModifierDisabled
(
EActorModifierCoreDisableReason InReason |
Called when a modifier is disabled | |
| void | OnModifierEnabled
(
EActorModifierCoreEnableReason InReason |
Called when a modifier is enabled | |
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Overridden from IAvaSceneTreeUpdateHandler
| Type | Name | Description | |
|---|---|---|---|
| void | OnSceneTreeTrackedActorChanged
(
int32 InIdx, |
||
| void | OnSceneTreeTrackedActorDirectChildrenChanged
(
int32 InIdx, |