![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AnimMontage.h>
Public Member Functions | |
| ENGINE_API | FMontageBlendSettings () |
| ENGINE_API | FMontageBlendSettings (float BlendTime) |
| ENGINE_API | FMontageBlendSettings (const FAlphaBlendArgs &BlendArgs) |
Public Attributes | |
| TObjectPtr< UBlendProfile > | BlendProfile |
| FAlphaBlendArgs | Blend |
| EMontageBlendMode | BlendMode |
Montage blend settings. Can be used to overwrite default Montage settings on Play/Stop
| FMontageBlendSettings::FMontageBlendSettings | ( | ) |
| FMontageBlendSettings::FMontageBlendSettings | ( | float | BlendTime | ) |
| FMontageBlendSettings::FMontageBlendSettings | ( | const FAlphaBlendArgs & | BlendArgs | ) |
| FAlphaBlendArgs FMontageBlendSettings::Blend |
AlphaBlend options (time, curve, etc.)
| EMontageBlendMode FMontageBlendSettings::BlendMode |
Type of blend mode (Standard vs Inertial)
| TObjectPtr<UBlendProfile> FMontageBlendSettings::BlendProfile |
Blend Profile to use for this blend