Navigation
API > API/Plugins > API/Plugins/AvalancheModifiers
References
| Module | AvalancheModifiers |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheModifiers/Public/AvaModifiersPreviewPlane.h |
| Include | #include "AvaModifiersPreviewPlane.h" |
Syntax
USTRUCT ()
struct FAvaModifierPreviewPlane
Remarks
Use this if you want a preview plane on a specific actor
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UStaticMeshComponent > | PreviewComponent | ||
| FAvaModifiersParametricMaterial | PreviewDynMaterial | ||
| TObjectPtr< UStaticMesh > | PreviewStaticMesh |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Create
(
USceneComponent* InActorComponent |
Create a preview plane attached to this component | |
| void | Destroy () |
Destroy the preview plane | |
| void | Hide () |
Hide the preview plane | |
| UStaticMesh * | |||
| void | Show () |
Show the preview plane | |
| void | Update
(
const FTransform& InRelativeTransform |
Update relative position of the plane |