Updates for compilation in 5.4 as an engine plugin

This commit is contained in:
ed
2024-04-09 15:28:56 -04:00
parent 16f2f36400
commit 1bf26e3ecb
13 changed files with 76 additions and 81 deletions
@@ -15,6 +15,6 @@ class COGINPUT_API UCogInputDataAsset : public UPrimaryDataAsset
public:
UCogInputDataAsset() {}
UPROPERTY(EditAnywhere)
UPROPERTY(EditAnywhere, Category="Cog")
TArray<TObjectPtr<const UInputMappingContext>> MappingContexts;
};