Navigation
API > API/Plugins > API/Plugins/AnimDatabase
Filter frame ranges with a majority vote filter
| Name | UAnimDatabaseFrameRangesFunction_MajorityVoteFilter |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Animation/AnimDatabase/Source/AnimDatabase/Public/AnimDatabaseFrameAttribute.h |
| Include Path | #include "AnimDatabaseFrameAttribute.h" |
Syntax
UCLASS (BlueprintType, Blueprintable, Meta=(DisplayName="Majority Vote Filter Frame Attribute"))
class UAnimDatabaseFrameRangesFunction_MajorityVoteFilter : public UAnimDatabaseFrameRangesFunction
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAnimDatabaseFrameRangesFunction → UAnimDatabaseFrameRangesFunction_MajorityVoteFilter
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FilterFrameRanges | TObjectPtr< UAnimDatabaseFrameRangesFunction > | Frame ranges to filter | AnimDatabaseFrameAttribute.h |
|
| MajorityVoteFilterWidth | int32 | Filter width (in frames) for the majority vote filter used to remove very short frame ranges less than half this duration will be removed. | AnimDatabaseFrameAttribute.h |
|