Skip to content

Commit 4c91357

Browse files
qudixgithub-actions[bot]
authored andcommitted
maintenance
1 parent bc11c0c commit 4c91357

16 files changed

Lines changed: 53 additions & 54 deletions

include/UE/E/EDynamicResolutionStateEvent.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
namespace UE
44
{
5-
enum class EDynamicResolutionStateEvent : std::uint8_t
6-
{
7-
BeginFrame,
8-
BeginDynamicResolutionRendering,
9-
EndDynamicResolutionRendering,
10-
EndFrame
11-
};
5+
enum class EDynamicResolutionStateEvent : std::uint8_t
6+
{
7+
BeginFrame,
8+
BeginDynamicResolutionRendering,
9+
EndDynamicResolutionRendering,
10+
EndFrame
11+
};
1212
}

include/UE/E/ENamedThreads.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ namespace UE
77
RHIThread = 0,
88
GameThread = 1,
99
ActualRenderingThread = 2,
10-
AnyThread = 255,
10+
AnyThread = 255,
1111
};
1212
}

include/UE/E/ETransitionType.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
namespace UE
44
{
5-
enum class ETransitionType : std::uint8_t
6-
{
7-
None = 0,
8-
Paused = 1,
9-
Loading = 2,
10-
Saving = 3,
11-
Connecting = 4,
12-
Precaching = 5,
13-
WaitingToConnect = 6
14-
};
5+
enum class ETransitionType : std::uint8_t
6+
{
7+
None = 0,
8+
Paused = 1,
9+
Loading = 2,
10+
Saving = 3,
11+
Connecting = 4,
12+
Precaching = 5,
13+
WaitingToConnect = 6
14+
};
1515
}

include/UE/F/FAudioDeviceHandle.h

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44

55
namespace UE::Audio
66
{
7-
using FDeviceId = std::uint32_t;
7+
using FDeviceId = std::uint32_t;
88
}
99

1010
namespace UE
1111
{
1212
class FAudioDevice;
1313

14-
class FAudioDeviceHandle
15-
{
16-
public:
17-
// members
18-
TWeakObjectPtr<UWorld> world; // 00
19-
FAudioDevice* device; // 08
20-
Audio::FDeviceId deviceId; // 10
21-
};
14+
class FAudioDeviceHandle
15+
{
16+
public:
17+
// members
18+
TWeakObjectPtr<UWorld> world; // 00
19+
FAudioDevice* device; // 08
20+
Audio::FDeviceId deviceId; // 10
21+
};
2222
static_assert(sizeof(FAudioDeviceHandle) == 0x18);
2323
}

include/UE/F/FDirectoryPath.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
namespace UE
66
{
7-
class FDirectoryPath
8-
{
9-
public:
10-
// members
11-
FString path; // 00
12-
};
13-
static_assert(sizeof(FDirectoryPath) == 0x10);
7+
class FDirectoryPath
8+
{
9+
public:
10+
// members
11+
FString path; // 00
12+
};
13+
static_assert(sizeof(FDirectoryPath) == 0x10);
1414
}

include/UE/F/FFrameRate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ namespace UE
99
std::int32_t numerator; // 00
1010
std::int32_t denominator; // 04
1111
};
12-
static_assert(sizeof(FFrameRate) == 0x8);
12+
static_assert(sizeof(FFrameRate) == 0x8);
1313
}

include/UE/F/FObjectSubsystemCollection.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ namespace UE
2929
public FSubsystemCollectionBase
3030
{
3131
public:
32-
3332
};
3433
}

include/UE/S/SharedPointerInternals.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ namespace UE::SharedPointerInternals
193193
if (newReferenceController)
194194
newReferenceController->AddSharedReference();
195195

196-
if (referenceController)
196+
if (referenceController)
197197
referenceController->ReleaseSharedReference();
198198

199199
referenceController = newReferenceController;
@@ -263,7 +263,7 @@ namespace UE::SharedPointerInternals
263263
FWeakReferencer(const FSharedReferencer<M>& a_sharedReferencer) :
264264
referenceController(a_sharedReferencer.referenceController)
265265
{
266-
if (referenceController)
266+
if (referenceController)
267267
referenceController->AddWeakReference();
268268
}
269269

include/UE/T/TCast.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma once
22

3-
#include "UE/E/EClassFlags.h"
43
#include "UE/E/EClassCastFlags.h"
4+
#include "UE/E/EClassFlags.h"
55

66
#define UE_DECLARE_TCASTFLAGS(a_class) \
77
class a_class; \

include/UE/T/TFunction.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace UE::Core::Private::Function
88
template <class F, class R, class... T>
99
struct TFunctorReturnTypeIsCompatible
1010
{
11-
static constexpr bool Value{ std::is_constructible_v<R, decltype(std::declval<F>()(std::declval<T>()...))> };
11+
static constexpr bool Value{ std::is_constructible_v<R, decltype(std::declval<F>()(std::declval<T>()...))> };
1212
};
1313

1414
template <class MR, class C, class R, class... T>
@@ -18,7 +18,7 @@ namespace UE::Core::Private::Function
1818
};
1919

2020
template <class MR, class C, class R, class... T>
21-
struct TFunctorReturnTypeIsCompatible<MR C::* const, R, T...>
21+
struct TFunctorReturnTypeIsCompatible<MR C::*const, R, T...>
2222
{
2323
static constexpr bool Value{ std::is_constructible_v<R, MR> };
2424
};
@@ -333,7 +333,7 @@ namespace UE::Core::Private::Function
333333
}
334334

335335
template <class U>
336-
requires(!std::is_same_v<TFunctionRefBase, std::decay_t<U>>)
336+
requires(!std::is_same_v<TFunctionRefBase, std::decay_t<U>>)
337337
TFunctionRefBase(U&& a_func)
338338
{
339339
auto binding = storage.Bind(std::forward<U>(a_func));
@@ -368,7 +368,7 @@ namespace UE::Core::Private::Function
368368
}
369369

370370
// members
371-
R (*callable)
371+
R(*callable)
372372
(void*, T&...){ nullptr };
373373
S storage;
374374
};

0 commit comments

Comments
 (0)