Navigation
API > API/Plugins > API/Plugins/PoseSearch
| Name | UPoseSearchFeatureChannel_Curve |
| Type | class |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchFeatureChannel_Curve.h |
| Include Path | #include "PoseSearch/PoseSearchFeatureChannel_Curve.h" |
Syntax
UCLASS (MinimalAPI, Experimental, BlueprintType, EditInlineNew, Blueprintable,
Meta=(DisplayName="Curve Channel"), CollapseCategories)
class UPoseSearchFeatureChannel_Curve : public UPoseSearchFeatureChannel
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPoseSearchFeatureChannel → UPoseSearchFeatureChannel_Curve
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UPoseSearchFeatureChannel_Curve() |
PoseSearch/PoseSearchFeatureChannel_Curve.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bUseBlueprintQueryOverride | bool | PoseSearch/PoseSearchFeatureChannel_Curve.h | ||
| CurveIdx | int8 | PoseSearch/PoseSearchFeatureChannel_Curve.h |
|
|
| CurveName | FName | PoseSearch/PoseSearchFeatureChannel_Curve.h |
|
|
| DebugColor | FLinearColor | PoseSearch/PoseSearchFeatureChannel_Curve.h |
|
|
| InputQueryPose | EInputQueryPose | PoseSearch/PoseSearchFeatureChannel_Curve.h |
|
|
| NormalizationGroup | FName | If set, all the channels of the same class with the same cardinality, and the same NormalizationGroup, will be normalized together. | PoseSearch/PoseSearchFeatureChannel_Curve.h |
|
| SampleRole | FName | PoseSearch/PoseSearchFeatureChannel_Curve.h |
|
|
| SampleTimeOffset | float | The data relative to the sampling time associated to this channel will be offset by SampleTimeOffset seconds. | PoseSearch/PoseSearchFeatureChannel_Curve.h |
|
| Weight | float | PoseSearch/PoseSearchFeatureChannel_Curve.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float BP_GetCurveValue
(
const UAnimInstance* AnimInstance |
PoseSearch/PoseSearchFeatureChannel_Curve.h |
|
Overridden from UPoseSearchFeatureChannel
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BuildQuery
(
UE::PoseSearch::FSearchContext& SearchContext |
Called at runtime to add this channel's data to the query pose vector. | PoseSearch/PoseSearchFeatureChannel_Curve.h | |
virtual void FillWeights
(
TArrayView< float > Weights |
Called at database build time to collect feature weights. | PoseSearch/PoseSearchFeatureChannel_Curve.h | |
virtual bool Finalize
(
UPoseSearchSchema* Schema |
Called during UPoseSearchSchema::Finalize to prepare the schema for this channel. | PoseSearch/PoseSearchFeatureChannel_Curve.h | |
virtual UE::PoseSearch::TLabelBuilder & GetLabel
(
UE::PoseSearch::TLabelBuilder& LabelBuilder, |
Returns the TLabelBuilder used editor side to identify this UPoseSearchFeatureChannel (for instance in the pose search debugger) | PoseSearch/PoseSearchFeatureChannel_Curve.h | |
virtual FName GetNormalizationGroup () |
If this channel GetNormalizationGroup returns a valid FName, all the channels of the same class with the same cardinality, and the same NormalizationGroup, will make CanBeNormalizedWith return true and will be normalized together. | PoseSearch/PoseSearchFeatureChannel_Curve.h | |
virtual bool IndexAsset
(
UE::PoseSearch::FAssetIndexer& Indexer |
Called at database build time to populate pose vectors with this channel's data. | PoseSearch/PoseSearchFeatureChannel_Curve.h |