Navigation
API > API/Plugins > API/Plugins/Learning
Mode for handling edges in phase extraction
| Name | UE::Learning::FrameAttribute::EPhaseExtrapolationMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/LearningCore/Source/Learning/Public/LearningFrameAttribute.h |
| Include Path | #include "LearningFrameAttribute.h" |
Syntax
namespace UE
{
namespace Learning
{
namespace FrameAttribute
{
enum EPhaseExtrapolationMode
{
Repeat = 0,
Extrapolate = 1,
}
}
}
}
Values
| Name | Remarks |
|---|---|
| Repeat | Repeats the phase value at the start and end frames. |
| Extrapolate | Extrapolates the phase value using the nearest pair of frames. |