Navigation
API > API/Plugins > API/Plugins/AvalancheModifiers > API/Plugins/AvalancheModifiers/Modifiers
Inheritance Hierarchy
- UObject
- UActorModifierCoreBase
- UAvaBaseModifier
- UAvaGeometryBaseModifier
- UAvaExtrudeModifier
References
| Module | AvalancheModifiers |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheModifiers/Public/Modifiers/AvaExtrudeModifier.h |
| Include | #include "Modifiers/AvaExtrudeModifier.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UAvaExtrudeModifier : public UAvaGeometryBaseModifier
Remarks
This modifier extrude triangles from a 2D shape with a specific depth and optionally closes the back
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCloseBack | Closes the back of the extrude for a 2D shape for example | |
| float | Depth | Handles mesh depth to extrude primary section | |
| EAvaExtrudeMode | ExtrudeMode | Specifies the Extrude direction |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetCloseBack () |
||
| float | GetDepth () |
||
| FVector | |||
| EAvaExtrudeMode | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | SetCloseBack
(
bool bInCloseBack |
||
| void | SetDepth
(
float InDepth |
||
| void | SetExtrudeMode
(
EAvaExtrudeMode InExtrudeMode |
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 |
|---|---|
| BackPolygroupLayerName | |
| ExtrudePolygroupLayerName |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bMoveMeshOppositeDirection_DEPRECATED | Moves the mesh in the opposite extrude direction by the depth distance |