FSkeletalMeshSamplingRegionBuiltData

Built data for sampling a single region of a skeletal mesh.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/SkeletalMeshSampling.h

Include

#include "Engine/SkeletalMeshSampling.h"

Syntax

struct FSkeletalMeshSamplingRegionBuiltData

Remarks

Built data for sampling a single region of a skeletal mesh.

Variables

Name Description

Public variable

FSkeletalMeshAr...

 

AreaWeightedSampler

Provides random area weighted sampling of the TriangleIndices array.

Public variable

TArray< int32 >

 

BoneIndices

Bones included in this region.

Public variable

TArray< int32 >

 

TriangleIndices

Triangles included in this region.

Public variable

TArray< int32 >

 

Vertices

Vertices included in this region.

Functions

Name Description

Public function

bool

 

Serialize

(
    FArchive& Ar
)

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