본문 바로가기
UE5/01.Fab_관련문서

[UE5] Procedure_Material Description

by 도트월드 2025. 2. 17.

Youtube : https://youtu.be/lT6o8VZgDe0

Fab Link : https://www.fab.com/listings/7c86077b-9167-433d-9125-b3f67f14677e

 

Procedure_Material Overview

Procedure_Material provides dynamic control over fan shapes (arc), square shapes, and circular shapes.

  • Demo Level Location: "Content/Level/LV_Procedure_Material_Demo"

  • Master Materials: M_Arc, M_Circle, M_Square

  • Test Samples: MI_Arc, MI_Circle, MI_Square, Each sample corresponds 1:1 with a master material.


Arc Shape

Material Instance

Material Parameter Descriptions

  • Angle_Rate: Adjusts the fan angle
  • Color: Sets the color
  • Floor_Alpha: Controls external alpha
  • Modulation_Tex: Specifies the texture to blend
  • Modulation_Tiling_Offset: Controls the UV values of the blending texture
  • Use_Modulation_Tex_Rate: Adjusts the blending texture ratio
  • Modulation_Alpha: Controls the alpha value of the inner region
  • Modulation_Alpha_Power: Applies exponentiation to the inner region alpha
  • Modulation_Alpha_Sub_Power: Sets the inner region alpha reduction value
  • Modulation_Rate: Adjusts the size of the inner region
  • Modulation_Sub_Alpha: Removes a certain alpha value within the inner region
  • Modulation_Base_Sub_Alpha: Removes a base alpha value in the inner region
  • Total_Alpha: Controls the overall alpha value

Circle Shape

Material Instance

Material Parameter Descriptions

  • Color: Sets the color
  • Floor_Alpha: Controls external alpha
  • Modulation_Tex: Specifies the texture to blend
  • Modulation_Tiling_Offset: Controls the UV values of the blending texture
  • Use_Modulation_Tex_Rate: Adjusts the blending texture ratio
  • Modulation_Alpha: Controls the alpha value of the inner region
  • Modulation_Alpha_Power: Applies exponentiation to the inner region alpha
  • Modulation_Alpha_Sub_Power: Sets the inner region alpha reduction value
  • Modulation_Rate: Adjusts the size of the inner region
  • Modulation_Sub_Alpha: Removes a certain alpha value within the inner region
  • Modulation_Base_Sub_Alpha: Removes a base alpha value in the inner region
  • Total_Alpha: Controls the overall alpha value

Square Shape

Material Instance

Material Parameter Descriptions

  • Floor_Alpha: Controls external alpha
  • Modulation_Tiling_Offset: Controls the UV values of the blending texture
  • Use_Modulation_Tex_Rate: Adjusts the blending texture ratio
  • Modulation_Tex: Specifies the texture to blend
  • Color: Sets the color
  • Modulation_Alpha: Controls the alpha value of the inner region
  • Modulation_Alpha_Power: Applies exponentiation to the inner region alpha
  • Modulation_Alpha_Sub_Power: Sets the inner region alpha reduction value
  • Modulation_Rate: Adjusts the size of the inner region
  • Modulation_Sub_Alpha: Removes a certain alpha value within the inner region
  • Modulation_Base_Sub_Alpha: Removes a base alpha value in the inner region
  • Total_Alpha: Controls the overall alpha value
반응형