Skip to content
Snippets Groups Projects
Commit 312728ff authored by Simon Oehrl's avatar Simon Oehrl
Browse files

Merge branch 'feature/adapt_to_damn_new_naming_scheme' into '4.26'

Adapt to new naming scheme

See merge request VR-Group/unreal-development/plugins/rwth-vr-toolkit!2
parents bdcace5f 25bfdf80
No related branches found
No related tags found
1 merge request!2Adapt to new naming scheme
// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
......@@ -15,7 +13,7 @@
* 5. Settings can be accessed from everywhere via `GetDefault<UYourSubClass>()->PropertyName`
*/
UCLASS(Abstract, config = Demo, defaultconfig)
class DISPLAYCLUSTEREXTENSIONS_API UDemoConfig : public UDeveloperSettings
class RWTHVRTOOLKIT_API UDemoConfig : public UDeveloperSettings
{
GENERATED_BODY()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment