5#include "UpdateLevelVisibilityLevelInfo.generated.h"
15 InvalidTransactionIndex = 0U,
16 InvalidTransactionId = 0U,
17 IsClientTransactionMask = 0x80000000U,
24 bool IsValid()
const {
return Data != InvalidTransactionId; }
29 uint32 IncrementTransactionIndex();
45 WithNetSerializer =
true
59 , bTryMakeVisible(
false)
60 , bSkipCloseOnError(
false)
103 WithNetSerializer =
true
108: Data(InvalidTransactionId)
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define USTRUCT(...)
Definition ObjectMacros.h:746
Definition Archive.h:1208
Definition NameTypes.h:617
@ false
Definition radaudio_common.h:23
Definition UpdateLevelVisibilityLevelInfo.h:10
uint32 IncrementTransactionIndex()
Definition UpdateLevelVisibilityLevelInfo.h:117
uint32 GetTransactionIndex() const
Definition UpdateLevelVisibilityLevelInfo.h:26
@ InvalidTransactionIndex
Definition UpdateLevelVisibilityLevelInfo.h:15
@ ValueMask
Definition UpdateLevelVisibilityLevelInfo.h:18
bool operator==(const FNetLevelVisibilityTransactionId &Other) const
Definition UpdateLevelVisibilityLevelInfo.h:30
bool IsClientTransaction() const
Definition UpdateLevelVisibilityLevelInfo.h:23
bool IsValid() const
Definition UpdateLevelVisibilityLevelInfo.h:24
FNetLevelVisibilityTransactionId()
Definition UpdateLevelVisibilityLevelInfo.h:107
void SetTransactionIndex(uint32 TransactionIndex)
Definition UpdateLevelVisibilityLevelInfo.h:27
void SetIsClientInstigator(bool bValue)
Definition UpdateLevelVisibilityLevelInfo.h:25
Definition UpdateLevelVisibilityLevelInfo.h:52
ENGINE_API FUpdateLevelVisibilityLevelInfo(const class ULevel *const Level, const bool bInIsVisible, const bool bInTryMakeVisible=false)
FUpdateLevelVisibilityLevelInfo()
Definition UpdateLevelVisibilityLevelInfo.h:55
Definition StructOpsTypeTraits.h:11
Definition StructOpsTypeTraits.h:46