Navigation
API > API/Plugins > API/Plugins/AnimDatabase
Function for generating phase curves from another source
| Name | UAnimDatabaseFunction_ProcessPhaseCurves |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Animation/AnimDatabase/Source/AnimDatabase/Public/AnimDatabase.h |
| Include Path | #include "AnimDatabase.h" |
Syntax
UCLASS (BlueprintType, Blueprintable, DontCollapseCategories,
Meta=(DisplayName="Process Phase Curves Function"))
class UAnimDatabaseFunction_ProcessPhaseCurves : public UAnimDatabaseFunction
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAnimDatabaseFunction → UAnimDatabaseFunction_ProcessPhaseCurves
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAddPhaseAngle | bool | If to add the phase angle as a curve | AnimDatabase.h |
|
| bAddPhaseDirection | bool | If to add two phase direction as two curves | AnimDatabase.h |
|
| bAddPhaseRamp | bool | If to add the phase angle as a ramp that goes up and down between -1 and 1 | AnimDatabase.h |
|
| bRescalePhaseAngle | bool | If to re-scale the phase angle to be between 0 and 1 | AnimDatabase.h |
|
| bSparseKeys | bool | If to write curves using sparse keys | AnimDatabase.h |
|
| ExtrapolationMode | EAnimDatabasePhaseExtrapolationMode | Phase extrapolation mode for the ends of the animation | AnimDatabase.h |
|
| HalfPhaseFrames | TObjectPtr< UAnimDatabaseFramesFunction > | The frames used to label that half the phase time has elapsed | AnimDatabase.h |
|
| PhaseAngleCurveColor | FLinearColor | Color of the angular phase curve | AnimDatabase.h |
|
| PhaseAngleCurveName | FName | Name of the angular phase curve | AnimDatabase.h |
|
| PhaseDirectionXCurveColor | FLinearColor | Color of the x phase curve | AnimDatabase.h |
|
| PhaseDirectionXCurveName | FName | Name of the x phase curve | AnimDatabase.h |
|
| PhaseDirectionYCurveColor | FLinearColor | Color of the y phase curve | AnimDatabase.h |
|
| PhaseDirectionYCurveName | FName | Name of the y phase curve | AnimDatabase.h |
|
| PhaseRampCurveColor | FLinearColor | Color of the phase ramp curve | AnimDatabase.h |
|
| PhaseRampCurveName | FName | Name of the phase ramp curve | AnimDatabase.h |
|
| ZeroPhaseFrames | TObjectPtr< UAnimDatabaseFramesFunction > | The frames used to label a phase time of zero | AnimDatabase.h |
|