![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreMinimal.h"#include "UObject/ObjectMacros.h"#include "Misc/Guid.h"#include "Materials/MaterialExpression.h"#include "MaterialExpressionCollectionTransform.generated.h"Go to the source code of this file.
Classes | |
| class | UMaterialExpressionCollectionTransform |
Enumerations | |
| enum class | EParameterCollectionTransformType : uint8 { UMETA =(ToolTip = "Float 4x4 matrix (includes translation, 4 input elements, output float3 or float4 depending on input)") , UMETA =(ToolTip = "Float 3x3 matrix (rotation only, 3 input elements, output float3)") , UMETA =(ToolTip = "Float 4x4 projection matrix (optimized assuming only m11 m22 m33 m34 m43 m44 non-zero, 4 input elements, output float4)") , UMETA =(ToolTip = "LWC matrix (float 4x4, post tile offset, 5 vector elements, output LWC float3)") , UMETA =(ToolTip = "LWC inverse matrix (float 4x4, pre tile offset, 5 vector elements, output float3 or float4 depending on input)") } |
|
strong |