Navigation
API > API/Plugins > API/Plugins/AvalancheModifiers > API/Plugins/AvalancheModifiers/Modifiers
Inheritance Hierarchy
- UObject
- UActorModifierCoreBase
- UAvaBaseModifier
- UAvaGeometryBaseModifier
- UAvaTaperModifier
References
| Module | AvalancheModifiers |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheModifiers/Public/Modifiers/AvaTaperModifier.h |
| Include | #include "Modifiers/AvaTaperModifier.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UAvaTaperModifier : public UAvaGeometryBaseModifier
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Amount | ||
| EAvaTaperExtent | Extent | ||
| EAvaTaperInterpolationType | InterpolationType | ||
| float | LowerExtent | ||
| FVector2D | Offset | ||
| EAvaTaperReferenceFrame | ReferenceFrame | ||
| int32 | Resolution | ||
| TObjectPtr< UAvaTaperTool > | TaperTool | ||
| float | UpperExtent |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| float | GetAmount () |
||
| EAvaTaperExtent | GetExtent () |
||
| EAvaTaperInterpolationType | |||
| float | |||
| FVector2D | GetOffset () |
||
| EAvaTaperReferenceFrame | |||
| FVector2D | |||
| FVector2D | |||
| int32 | |||
| int32 | |||
| float | |||
| void | |||
| void | SetAmount
(
float InAmount |
||
| void | SetExtent
(
EAvaTaperExtent InExtent |
||
| void | SetInterpolationType
(
EAvaTaperInterpolationType InInterpolationType |
||
| void | SetLowerExtent
(
float InLowerExtent |
||
| void | |||
| void | SetReferenceFrame
(
EAvaTaperReferenceFrame InReferenceFrame |
||
| void | SetResolution
(
int32 InResolution |
||
| void | SetUpperExtent
(
float InUpperExtent |
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 |
Constants
| Name | Description |
|---|---|
| MaxTaperLatticeResolution | |
| MinTaperLatticeResolution |