Skip to content
This repository was archived by the owner on Jun 19, 2020. It is now read-only.

Commit 543f3cd

Browse files
author
Chris Conway
committed
Updated copyright notice in source files.
Added description to project settings. Updated RMC to latest.
1 parent 9af6b86 commit 543f3cd

15 files changed

+20
-14
lines changed

Config/DefaultGame.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
[/Script/EngineSettings.GeneralProjectSettings]
22
ProjectID=38091CD54A647A6B98E728A75382E341
3+
CompanyName=Chris Conway (Koderz)
4+
CopyrightNotice=Copyright 2016 Chris Conway (Koderz). All Rights Reserved.
5+
LicensingTerms=MIT License (See Attached LICENSE for full details)
6+
ProjectDisplayedTitle=NSLOCTEXT("", "E258677E4A985C66CC0660889862976B", "Runtime Mesh Examples")
7+
Description=Simple example project showing some features of the Runtime Mesh Component
8+

Plugins/RuntimeMeshComponent

Source/RMC_Examples.Target.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Fill out your copyright notice in the Description page of Project Settings.
1+
// Copyright 2016 Chris Conway (Koderz). All Rights Reserved.
22

33
using UnrealBuildTool;
44
using System.Collections.Generic;

Source/RMC_Examples/Actors/AnimatedTerrain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Fill out your copyright notice in the Description page of Project Settings.
1+
// Copyright 2016 Chris Conway (Koderz). All Rights Reserved.
22

33
#include "RMC_Examples.h"
44
#include "AnimatedTerrain.h"

Source/RMC_Examples/Actors/AnimatedTerrain.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Fill out your copyright notice in the Description page of Project Settings.
1+
// Copyright 2016 Chris Conway (Koderz). All Rights Reserved.
22

33
#pragma once
44

Source/RMC_Examples/Actors/BasicRMCActor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Fill out your copyright notice in the Description page of Project Settings.
1+
// Copyright 2016 Chris Conway (Koderz). All Rights Reserved.
22

33
#include "RMC_Examples.h"
44
#include "BasicRMCActor.h"

Source/RMC_Examples/Actors/BasicRMCActor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Fill out your copyright notice in the Description page of Project Settings.
1+
// Copyright 2016 Chris Conway (Koderz). All Rights Reserved.
22

33
#pragma once
44

Source/RMC_Examples/Actors/BasicRMCPackedVertexActor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Fill out your copyright notice in the Description page of Project Settings.
1+
// Copyright 2016 Chris Conway (Koderz). All Rights Reserved.
22

33
#include "RMC_Examples.h"
44
#include "BasicRMCPackedVertexActor.h"

Source/RMC_Examples/Actors/BasicRMCPackedVertexActor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Fill out your copyright notice in the Description page of Project Settings.
1+
// Copyright 2016 Chris Conway (Koderz). All Rights Reserved.
22

33
#pragma once
44

Source/RMC_Examples/RMC_Examples.Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Fill out your copyright notice in the Description page of Project Settings.
1+
// Copyright 2016 Chris Conway (Koderz). All Rights Reserved.
22

33
using UnrealBuildTool;
44

0 commit comments

Comments
 (0)