PushConstant.Write

Write(FMatrix4)

Write the matrix to the constant

public PushConstant Write(FMatrix4 mat)
ParameterTypeDescription
matFMatrix4The matrix to write

See Also


Write(int)

Write a int value to the constant

public PushConstant Write(int n)
ParameterTypeDescription
nInt32

See Also


Write(float)

Write a float value to the constant

public PushConstant Write(float f)
ParameterTypeDescription
fSingle

See Also


Write(FVector4)

Write a 4-component vector to the constant

public PushConstant Write(FVector4 vec)
ParameterTypeDescription
vecFVector4

See Also


Write(FVector3)

Write a 3-component vector to the constant

public PushConstant Write(FVector3 vec)
ParameterTypeDescription
vecFVector3

See Also


Write(float, float, float, float)

Write a 4-component vector to the constant

public PushConstant Write(float x, float y, float z, float w)
ParameterTypeDescription
xSingle
ySingle
zSingle
wSingle

See Also