You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Merge from Release-Engine-Staging @ 16444985
This represents UE4/Main @ 16445039 and Dev-PerfTest @ 16444526 [CL 16445122 by Marc Audy in ue5-release-engine-test branch]
This commit is contained in:
+2
-2
@@ -34,7 +34,7 @@ enum class ETimedDataMonitorEvaluationState : uint8
|
||||
};
|
||||
|
||||
USTRUCT(meta = (DisplayName = "TimedSourcesConnectionEvent"))
|
||||
struct FTimedDataMonitorChannelConnectionStateEvent : public FStageProviderMessage
|
||||
struct FTimedDataMonitorChannelConnectionStateEvent : public FStageProviderEventMessage
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
@@ -62,7 +62,7 @@ public:
|
||||
};
|
||||
|
||||
USTRUCT(meta = (DisplayName = "TimedSourcesEvaluationEvent"))
|
||||
struct FTimedDataMonitorChannelEvaluationStateEvent : public FStageProviderMessage
|
||||
struct FTimedDataMonitorChannelEvaluationStateEvent : public FStageProviderEventMessage
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user