Navigation
API > API/Plugins > API/Plugins/NaniteDisplacedMesh
References
| Module | NaniteDisplacedMesh |
| Header | /Engine/Plugins/Experimental/NaniteDisplacedMesh/Source/NaniteDisplacedMesh/Public/NaniteDisplacedMesh.h |
| Include | #include "NaniteDisplacedMesh.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FNaniteDisplacedMeshParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< class UStaticMesh > | BaseMesh | ||
| TArray< FNaniteDisplacedMeshDisplacementMap > | DisplacementMaps | ||
| float | RelativeError |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default settings. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Does the settings would result in the creation of some rendering data. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FNaniteDisplacedMeshParams& Other |
Inequality operator. | |
| bool | operator==
(
const FNaniteDisplacedMeshParams& Other |
Equality operator. |