Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore
| |
|
| Name |
FGeometryScriptBlurMeshVertexColorsOptions |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshVertexColorFunctions.h |
| Include Path |
#include "GeometryScript/MeshVertexColorFunctions.h" |
Syntax
USTRUCT (BlueprintType )
struct FGeometryScriptBlurMeshVertexColorsOptions
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Alpha |
bool |
Blur alpha channel. |
GeometryScript/MeshVertexColorFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|
| Blue |
bool |
Blur blue channel. |
GeometryScript/MeshVertexColorFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|
| Green |
bool |
Blur green channel. |
GeometryScript/MeshVertexColorFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|
| Red |
bool |
Blur red channel. |
GeometryScript/MeshVertexColorFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|