Navigation
API > API/Plugins > API/Plugins/AvalancheModifiers > API/Plugins/AvalancheModifiers/Modifiers
Inheritance Hierarchy
- UObject
- UActorModifierCoreBase
- UAvaBaseModifier
- UAvaGeometryBaseModifier
- UAvaBevelModifier
References
| Module | AvalancheModifiers |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheModifiers/Public/Modifiers/AvaBevelModifier.h |
| Include | #include "Modifiers/AvaBevelModifier.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UAvaBevelModifier : public UAvaGeometryBaseModifier
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Inset | Distance used on vertices for beveling, clamped between 0 and (min bound size / 2) | |
| int32 | Iterations | Amount of subdivisions applied on the bevel, could affect performance the higher this value gets | |
| float | Roundness | Roundness of the beveling when multiple iterations are applied : -2 = inner rounded, 0 = flat, 2 = outer rounded |
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | GetInset () |
||
| int32 | |||
| float | |||
| float | GetRoundness () |
||
| void | |||
| void | |||
| void | |||
| void | SetInset
(
float InBevel |
||
| void | SetIterations
(
int32 InIterations |
||
| void | SetRoundness
(
float InRoundness |
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& InPropertyChangedEvent |
Constants
| Name | Description |
|---|---|
| BevelPolygroupLayerName | |
| MaxIterations | |
| MaxRoundness | |
| MinInset | |
| MinIterations | |
| MinRoundness |