UDisplaceMeshTool

Simple Mesh Displacement Tool

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

MeshModelingTools

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingTools/Public/DisplaceMeshTool.h

Include

#include "DisplaceMeshTool.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)()
class UDisplaceMeshTool : public USingleSelectionTool

Remarks

Simple Mesh Displacement Tool

Variables

Name Description

Public variable UProperty

UDisplaceMeshCo...

 

CommonProperties

Shared properties for all displacement modes.

Public variable UProperty

UDisplaceMeshDi...

 

DirectionalFilterProperties

Properties defining the directional filter.

Public variable UProperty

UDisplaceMeshPe...

 

NoiseProperties

Multi-layer Perlin noise frequencies and intensities

Public variable UProperty

UDisplaceMeshSi...

 

SineWaveProperties

Sine wave parameters and direction of displacement

Public variable UProperty

UDisplaceMeshTe...

 

TextureMapProperties

Properties defining the texture map

Overridden from UInteractiveTool

Name Description

Public function Virtual Const

bool

 

HasAccept()

Public function Virtual Const

bool

 

HasCancel()

Public function Virtual

void

 

OnPropertyModified

(
    UObject* PropertySet,
    FProperty* Property
)

Automatically called by UInteractiveToolPropertySet.OnModified delegate to notify Tool of child property set changes

Public function Virtual

void

 

OnTick

(
    float DeltaTime
)

Action support/system

Public function Virtual

void

 

Setup()

Called by ToolManager to initialize the Tool after ToolBuilder::BuildTool() has been called

Public function Virtual

void

 

Shutdown

(
    EToolShutdownType ShutdownType
)

Called by ToolManager to shut down the Tool

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss