Merging //UE5/Dev-LargeWorldCoordinates [at] 17581892 to //UE5/Main

#ROBOMERGE-AUTHOR: andrew.davidson
#ROBOMERGE-SOURCE: CL 17595295 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v871-17566257)

[CL 17595306 by andrew davidson in ue5-release-engine-test branch]
This commit is contained in:
andrew davidson
2021-09-22 10:01:48 -04:00
parent 904cf44c0b
commit 57beb335f2
534 changed files with 4756 additions and 3834 deletions
@@ -108,7 +108,7 @@ void UStaticMeshDescription::CreateCube(FVector Center, FVector HalfExtents, FPo
UVs[VertexInstanceIDs[2]] = FVector2D(1.0f, 1.0f);
UVs[VertexInstanceIDs[3]] = FVector2D(0.0f, 1.0f);
TVertexInstanceAttributesRef<FVector4> Colors = GetVertexInstanceColors();
TVertexInstanceAttributesRef<FVector4f> Colors = GetVertexInstanceColors();
Colors[VertexInstanceIDs[0]] = FLinearColor::Red;
Colors[VertexInstanceIDs[1]] = FLinearColor::Green;
Colors[VertexInstanceIDs[2]] = FLinearColor::Blue;