Skip to content
Snippets Groups Projects

chore(all): renames master -> primaryNode, slave -> secondaryNode

Merged David Gilbert requested to merge chore/rename_bad_words into dev/5.3
5 files
+ 13
13
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -156,7 +156,7 @@ void ACAVEOverlayController::BeginPlay()
return;
//Input config
if (UVirtualRealityUtilities::IsMaster())
if (UVirtualRealityUtilities::IsPrimaryNode())
{
if (CycleDoorTypeInputAction == nullptr || IMCCaveOverlayInputMapping == nullptr)
{
Loading