UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IrisLogUtils.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
HAL/Platform.h
"
6
#include "Containers/Set.h"
7
8
class
FName
;
9
10
namespace
UE::Net
11
{
12
17
class
FIrisLogOnceTracker
18
{
19
public
:
21
bool
ShouldLog
(
uint32
Hash
)
const
;
22
24
bool
ShouldLog
(
const
FName
& Name)
const
;
25
26
private
:
27
mutable
TSet<uint32>
LoggedHashes;
28
};
29
30
}
ECbFieldType::Hash
@ Hash
Platform.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
uint32
uint32_t uint32
Definition
binka_ue_file_header.h:6
FName
Definition
NameTypes.h:617
UE::Net::FIrisLogOnceTracker
Definition
IrisLogUtils.h:18
UE::Net::FIrisLogOnceTracker::ShouldLog
bool ShouldLog(uint32 Hash) const
Definition
IrisLogUtils.cpp:10
UE::Net
Definition
NetworkVersion.cpp:28
Engine
Source
Runtime
Net
Iris
Public
Iris
Core
IrisLogUtils.h
Generated by
1.9.8