Navigation
API > API/Plugins > API/Plugins/AvalancheModifiers > API/Plugins/AvalancheModifiers/Modifiers
Inheritance Hierarchy
- UObject
- UActorModifierCoreBase
- UAvaBaseModifier
- UAvaGeometryBaseModifier
- UAvaPlaneCutModifier
References
| Module | AvalancheModifiers |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheModifiers/Public/Modifiers/AvaPlaneCutModifier.h |
| Include | #include "Modifiers/AvaPlaneCutModifier.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UAvaPlaneCutModifier : public UAvaGeometryBaseModifier
Remarks
This modifier cuts a shape based on a 2D plane
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bFillHoles | ||
| bool | bInvertCut | ||
| bool | bUsePreview | ||
| float | PlaneOrigin | ||
| FRotator | PlaneRotation |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | |||
| bool | GetFillHoles () |
||
| bool | GetInvertCut () |
||
| FVector | Returns actual location of plane bounds restricted | ||
| float | |||
| const FRotator & | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | SetFillHoles
(
bool bInFillHoles |
||
| void | SetInvertCut
(
bool bInInvertCut |
||
| void | SetPlaneOrigin
(
float InOrigin |
||
| void | SetPlaneRotation
(
const FRotator& InRotation |
||
| void |
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 | OnModifierAdded
(
EActorModifierCoreEnableReason InReason |
Called after the modifier was added to a stack and initialized after creation or serialization or duplication | |
| void | OnModifierCDOSetup
(
FActorModifierCoreMetadata& InMetadata |
Override metadata for this modifier, called only once before modifier CDO is registered | |
| void | OnModifierDisabled
(
EActorModifierCoreDisableReason InReason |
Called when a modifier is disabled | |
| void | OnModifierRemoved
(
EActorModifierCoreDisableReason InReason |
Called after the modifier is removed from a stack and uninitialized after actor destruction | |
| void | PostEditChangeProperty
(
FPropertyChangedEvent& InPropertyChangedEvent |