![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MaterialExpressionIO.h>
Inheritance diagram for FVectorMaterialInput: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< FVector3f > | |
| 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 |
| FVector3f | Constant |
Public Attributes inherited from FMaterialInput< FVector3f > | |
| uint32 | UseConstant |
| FVector3f | Constant |
| TObjectPtr< class UMaterialExpression > | Expression |
| int32 | OutputIndex |
| FName | InputName |
| int32 | Mask |
| int32 | MaskR |
| int32 | MaskG |
| int32 | MaskB |
| int32 | MaskA |
Public Attributes inherited from FExpressionInput | |
| class UMaterialExpression * | Expression |
| int32 | OutputIndex |
| FName | InputName |
| int32 | Mask |
| int32 | MaskR |
| int32 | MaskG |
| int32 | MaskB |
| int32 | MaskA |
| TObjectPtr< class UMaterialExpression > | Expression |
Public Attributes inherited from FMaterialInput< InputType > | |
| uint32 | UseConstant: 1 |
| InputType | Constant |
| TObjectPtr< class UMaterialExpression > | Expression |
| int32 | OutputIndex |
| FName | InputName |
| int32 | Mask |
| int32 | MaskR |
| int32 | MaskG |
| int32 | MaskB |
| int32 | MaskA |
| void FVectorMaterialInput::DefaultValueChanged | ( | const FString & | DefaultValue | ) |
| FString FVectorMaterialInput::GetDefaultValue | ( | ) | const |
| FVector3f FVectorMaterialInput::Constant |
| uint32 FVectorMaterialInput::UseConstant |