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 | ||
| int32 | Iterations |
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | GetInset () |
||
| int32 | |||
| float | GetMaxBevel () |
||
| void | |||
| void | |||
| void | SetInset
(
float InBevel |
||
| void | SetIterations
(
int32 InIterations |
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 |
|---|---|
| BevelPolygroupLayerName | |
| MaxIterations | |
| MinInset | |
| MinIterations |