i am on windows 10.
here is the warning message:
D:\UnrealEngine-4.27.1-release\Engine\Source\Runtime\Core\Public\Templates/Tuple.h(93): warning C4996: 'FRemoteControlTarget::FRemoteControlTarget': FRemoteControlTarget is deprecated. Expose properties directly on a remote control preset instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
D:\UnrealEngine-4.27.1-release\Engine\Source\Runtime\Core\Public\Templates/Tuple.h(280): note: see reference to function 'UE4Tuple_Private::TTupleBaseElement<ValueType,1,2>::TTupleBaseElement(UE4Tuple_Private::TTupleBaseElement<ValueType,1,2> &&)'
with
[
ValueType=FRemoteControlTarget
]