UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAlphaBlendArgs Struct Reference

#include <AlphaBlend.h>

Public Member Functions

ENGINE_API FAlphaBlendArgs ()
 
ENGINE_API FAlphaBlendArgs (float InBlendTime)
 
ENGINE_API FAlphaBlendArgs (const struct FAlphaBlend &InAlphaBlend)
 

Public Attributes

TObjectPtr< UCurveFloatCustomCurve
 
float BlendTime
 
EAlphaBlendOption BlendOption
 

Detailed Description

Alpha Blend construction arguments. Used for creation of an AlphaBlend.

Constructor & Destructor Documentation

◆ FAlphaBlendArgs() [1/3]

FAlphaBlendArgs::FAlphaBlendArgs ( )

◆ FAlphaBlendArgs() [2/3]

FAlphaBlendArgs::FAlphaBlendArgs ( float  InBlendTime)

◆ FAlphaBlendArgs() [3/3]

FAlphaBlendArgs::FAlphaBlendArgs ( const struct FAlphaBlend InAlphaBlend)

Member Data Documentation

◆ BlendOption

EAlphaBlendOption FAlphaBlendArgs::BlendOption

Type of blending used (Linear, Cubic, etc.)

◆ BlendTime

float FAlphaBlendArgs::BlendTime

Blend Time

◆ CustomCurve

TObjectPtr<UCurveFloat> FAlphaBlendArgs::CustomCurve

If you're using Custom BlendOption, you can specify curve


The documentation for this struct was generated from the following files: