Navigation
API > API/Plugins > API/Plugins/MeshResizingCore
| |
|
| Name |
FMeshResizingRBFInterpolationData |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/MeshResizing/Source/MeshResizingCore/Public/MeshResizing/RBFInterpolation.h |
| Include Path |
#include "MeshResizing/RBFInterpolation.h" |
Syntax
USTRUCT ()
struct FMeshResizingRBFInterpolationData
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| InterpolationWeights |
TArray< float > |
|
MeshResizing/RBFInterpolation.h |
|
| SampleIndices |
TArray< int32 > |
|
MeshResizing/RBFInterpolation.h |
|
| SampleRestPositions |
TArray< FVector3f > |
|
MeshResizing/RBFInterpolation.h |
|