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

#include <MaterialExpressionIO.h>

+ Inheritance diagram for FVector2MaterialInput:

Public Member Functions

ENGINE_API bool Serialize (FArchive &Ar)
 
ENGINE_API void DefaultValueChanged (const FString &DefaultValue)
 
ENGINE_API FString GetDefaultValue () const
 
- Public Member Functions inherited from FMaterialInput< FVector2f >
 FMaterialInput ()
 
- Public Member Functions inherited from FExpressionInput
 FExpressionInput ()
 
ENGINE_API bool Serialize (FArchive &Ar)
 
- Public Member Functions inherited from FMaterialInput< InputType >
 FMaterialInput ()
 

Public Attributes

uint32 UseConstant: 1
 
float ConstantX =0.0f
 
float ConstantY =0.0f
 
- Public Attributes inherited from FMaterialInput< FVector2f >
uint32 UseConstant
 
FVector2f Constant
 
TObjectPtr< class UMaterialExpressionExpression
 
int32 OutputIndex
 
FName InputName
 
int32 Mask
 
int32 MaskR
 
int32 MaskG
 
int32 MaskB
 
int32 MaskA
 
- Public Attributes inherited from FExpressionInput
class UMaterialExpressionExpression
 
int32 OutputIndex
 
FName InputName
 
int32 Mask
 
int32 MaskR
 
int32 MaskG
 
int32 MaskB
 
int32 MaskA
 
TObjectPtr< class UMaterialExpressionExpression
 
- Public Attributes inherited from FMaterialInput< InputType >
uint32 UseConstant: 1
 
InputType Constant
 
TObjectPtr< class UMaterialExpressionExpression
 
int32 OutputIndex
 
FName InputName
 
int32 Mask
 
int32 MaskR
 
int32 MaskG
 
int32 MaskB
 
int32 MaskA
 

Member Function Documentation

◆ DefaultValueChanged()

void FVector2MaterialInput::DefaultValueChanged ( const FString &  DefaultValue)

◆ GetDefaultValue()

FString FVector2MaterialInput::GetDefaultValue ( ) const

◆ Serialize()

bool FVector2MaterialInput::Serialize ( FArchive Ar)

ICPPStructOps interface

Member Data Documentation

◆ ConstantX

float FVector2MaterialInput::ConstantX =0.0f

◆ ConstantY

float FVector2MaterialInput::ConstantY =0.0f

◆ UseConstant

uint32 FVector2MaterialInput::UseConstant

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