You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Dataflow : Fix CIS
- Removed nullptr assignment to UniquePtr. #rb none #jira UE-170449 #preflight 637679f5e135d3e9ce6f0d22 [CL 23182591 by brice criswell in ue5-main branch]
This commit is contained in:
@@ -95,6 +95,6 @@ private:
|
||||
bool bRenderMesh = false;
|
||||
TArray<uint32> IndexBuffer;
|
||||
TArray<FDynamicMeshVertex> VertexBuffer;
|
||||
TUniquePtr<FDynamicMeshBuilder> MeshBuilder = nullptr;
|
||||
TUniquePtr<FDynamicMeshBuilder> MeshBuilder;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user