Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/AlphaBlend.h |
| Include | #include "AlphaBlend.h" |
Syntax
struct FAlphaBlendArgs
Remarks
Alpha Blend construction arguments. Used for creation of an AlphaBlend.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EAlphaBlendOption | BlendOption | Type of blending used (Linear, Cubic, etc.) | |
| float | BlendTime | Blend Time | |
| TObjectPtr< UCurveFloat > | CustomCurve | If you're using Custom BlendOption, you can specify curve |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAlphaBlendArgs
(
float InBlendTime |
|||
FAlphaBlendArgs
(
const FAlphaBlend& InAlphaBlend |