Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FIrisLogOnceTracker
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ShouldLog
(
uint32 Hash |
Returns true if the Hash has not been encountered in a call to ShouldLog before. | Iris/Core/IrisLogUtils.h | |
| Returns true if the hash of the Name has not been encountered in a call to ShouldLog before. | Iris/Core/IrisLogUtils.h |
ShouldLog(uint32)
Description
Returns true if the Hash has not been encountered in a call to ShouldLog before.
| Name | ShouldLog |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/Core/IrisLogUtils.h |
| Include Path | #include "Iris/Core/IrisLogUtils.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/Core/IrisLogUtils.cpp |
bool ShouldLog
(
uint32 Hash
) const
ShouldLog(const FName &)
Description
Returns true if the hash of the Name has not been encountered in a call to ShouldLog before.
| Name | ShouldLog |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/Core/IrisLogUtils.h |
| Include Path | #include "Iris/Core/IrisLogUtils.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/Core/IrisLogUtils.cpp |
bool ShouldLog
(
const FName & Name
) const