Navigation
API > API/Plugins > API/Plugins/Niagara
Inheritance Hierarchy
- FWeightedRandomSampler
- FSkeletalMeshSamplingRegionAreaWeightedSampler
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceSkeletalMesh.h |
| Include | #include "NiagaraDataInterfaceSkeletalMesh.h" |
Syntax
struct FSkeletalMeshSamplingRegionAreaWeightedSampler : public FWeightedRandomSampler
Remarks
Allows perfect area weighted sampling between different skeletal mesh Sampling regions.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FNDISkeletalMesh_InstanceData * | Owner |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetEntries () |
||
| float | GetWeights
(
TArray< float >& OutWeights |
||
| void | Init
(
FNDISkeletalMesh_InstanceData* InOwner |
||
| bool | IsValid () |