Navigation
API > API/Plugins > API/Plugins/AvalancheModifiers > API/Plugins/AvalancheModifiers/Modifiers
References
| Module | AvalancheModifiers |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheModifiers/Public/Modifiers/AvaAlignBetweenModifier.h |
| Include | #include "Modifiers/AvaAlignBetweenModifier.h" |
Syntax
USTRUCT (BlueprintType )
struct FAvaAlignBetweenWeightedActor
Remarks
Represents an actor with a weight and an enabled state.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< AActor > | ActorWeak | An actor that will effect the placement location. | |
| bool | bEnabled | If true, will consider this weighted actor when calculating the placement location. | |
| float | Weight | How much effect this actor has on the placement location. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAvaAlignBetweenWeightedActor
(
AActor* InActor |
|||
FAvaAlignBetweenWeightedActor
(
AActor* InActor, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid () |
Returns true if the actor is valid and the state is enabled. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FAvaAlignBetweenWeightedActor& Other |