Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/UBlendSpace
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/BlendSpace.h |
| Include | #include "Animation/BlendSpace.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/BlendSpace.cpp |
bool GetSamplesFromBlendInput
&40;
const FVector & BlendInput,
TArray< FBlendSampleData > & OutSampleDataList,
int32 & InOutCachedTriangulationIndex,
bool bCombineAnimations
&41; const
Remarks
Get Grid Samples from BlendInput It will return all samples that has weight > KINDA_SMALL_NUMBER true if it has valid OutSampleDataList, false otherwise
Parameters
| Name | Description |
|---|---|
| BlendInput | BlendInput X, Y, Z corresponds to BlendParameters[0], [1], [2] |
| InOutCachedTriangulationIndex | The previous index into triangulation/segmentation to warm-start the search. |
| bCombineAnimations | Will combine samples that point to the same animation. Useful when processing, but confusing when viewing |