Navigation
API > API/Plugins > API/Plugins/PoseSearch > API/Plugins/PoseSearch/UPoseSearchFeatureChannel_GroupB-
Description
Called at database build time to collect feature weights. Weights is sized to the cardinality of the schema and the feature channel should write its weights at the channel's data offset. Channels should provide a weight for each dimension.
Virtual Inheritance
- UPoseSearchFeatureChannel::FillWeights → UPoseSearchFeatureChannel_GroupBase::FillWeights
| Name | FillWeights |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchFeatureChannel_Group.h |
| Include Path | #include "PoseSearch/PoseSearchFeatureChannel_Group.h" |
| Source | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Private/PoseSearchFeatureChannel_Group.cpp |
virtual void FillWeights
(
TArrayView < float > Weights
) const