Navigation
API > API/Runtime > API/Runtime/Engine
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool UE::Anim::Compression::CompressRawAnimSequenceTrack
(
FRawAnimSequenceTrack& RawTrack, |
Compress the provided track by checking for uniform key data according to the provided error metrics | Animation/AnimSequenceHelpers.h | |
bool UE::Anim::Compression::CompressRawAnimSequenceTrack
(
FRawAnimSequenceTrack& RawTrack, |
Compress the provided track by checking for uniform key data according to the provided error metrics | Animation/AnimSequenceHelpers.h |
UE::Anim::Compression::CompressRawAnimSequenceTrack(FRawAnimSequenceTrack &, int32, FName, float, float)
Description
Compress the provided track by checking for uniform key data according to the provided error metrics
| Name | UE::Anim::Compression::CompressRawAnimSequenceTrack |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimSequenceHelpers.h |
| Include Path | #include "Animation/AnimSequenceHelpers.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimSequenceHelpers.cpp |
namespace UE
{
namespace Anim
{
namespace Compression
{
bool UE::Anim::Compression::CompressRawAnimSequenceTrack
(
FRawAnimSequenceTrack & RawTrack,
int32 NumberOfKeys,
FName ErrorName,
float MaxPosDiff,
float MaxAngleDiff
)
}
}
}
Whether or not the operation was succesful
Parameters
| Name | Remarks |
|---|---|
| RawTrack | Individual track to apply the reduction to |
| NumberOfKeys | Expected number of keys for each component within the tracks |
| ErrorName | Identifier for outer callsite when failing to reduce the data |
| MaxPosDiff | Maximum positional delta when determining whether or not two positional keys are identical |
| MaxAngleDiff | Maximum rotational delta when determining whether or not two rotational keys are identical |
UE::Anim::Compression::CompressRawAnimSequenceTrack(FRawAnimSequenceTrack &, int32, FName, float, float, float)
Description
Compress the provided track by checking for uniform key data according to the provided error metrics
| Name | UE::Anim::Compression::CompressRawAnimSequenceTrack |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimSequenceHelpers.h |
| Include Path | #include "Animation/AnimSequenceHelpers.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimSequenceHelpers.cpp |
namespace UE
{
namespace Anim
{
namespace Compression
{
bool UE::Anim::Compression::CompressRawAnimSequenceTrack
(
FRawAnimSequenceTrack & RawTrack,
int32 NumberOfKeys,
FName ErrorName,
float MaxPosDiff,
float MaxAngleDiff,
float MaxScaleDiff
)
}
}
}
Whether or not the operation was succesful
Parameters
| Name | Remarks |
|---|---|
| RawTrack | Individual track to apply the reduction to |
| NumberOfKeys | Expected number of keys for each component within the tracks |
| ErrorName | Identifier for outer callsite when failing to reduce the data |
| MaxPosDiff | Maximum positional delta when determining whether or not two positional keys are identical |
| MaxAngleDiff | Maximum rotational delta when determining whether or not two rotational keys are identical |
| MaxScaleDiff | Maximum scale delta when determining whether or not two scale keys are identical |