Navigation
API > API/Plugins > API/Plugins/AvalancheModifiers > API/Plugins/AvalancheModifiers/Modifiers
Inheritance Hierarchy
- UObject
- UActorModifierCoreBase
- UAvaBaseModifier
- UAvaGeometryBaseModifier
- UAvaBendModifier
References
| Module | AvalancheModifiers |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheModifiers/Public/Modifiers/AvaBendModifier.h |
| Include | #include "Modifiers/AvaBendModifier.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UAvaBendModifier : public UAvaGeometryBaseModifier
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Angle | ||
| bool | bBidirectional | ||
| FVector | BendPosition | ||
| FRotator | BendRotation | ||
| bool | bSymmetricExtents | ||
| float | Extent | ||
| float | ModifiedMeshMaxExtent |
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | GetAngle () |
||
| const FVector & | |||
| const FRotator & | |||
| bool | |||
| float | GetExtent () |
||
| bool | |||
| void | |||
| void | |||
| void | SetAngle
(
float InAngle |
||
| void | SetBendPosition
(
const FVector& InBendPosition |
||
| void | SetBendRotation
(
const FRotator& InBendRotation |
||
| void | SetBidirectional
(
bool bInBidirectional |
||
| void | SetExtent
(
float InExtent |
||
| void | SetSymmetricExtents
(
bool bInSymmetricExtents |
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 | OnModifierCDOSetup
(
FActorModifierCoreMetadata& InMetadata |
Override metadata for this modifier, called only once before modifier CDO is registered | |
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |