Navigation
API > API/Runtime > API/Runtime/Engine
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DisableReplicatedLifetimeProperty
(
const NetworkingPrivate::FRepPropertyDescriptor& PropertyDescriptor, |
Net/UnrealNetwork.h | ||
void DisableReplicatedLifetimeProperty
(
const UClass* ThisClass, |
Net/UnrealNetwork.h |
DisableReplicatedLifetimeProperty(const NetworkingPrivate::FRepPropertyDescriptor &, TArray< FLifetimeProperty > &)
| Name | DisableReplicatedLifetimeProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/UnrealNetwork.h |
| Include Path | #include "Net/UnrealNetwork.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UnrealNetwork.cpp |
void DisableReplicatedLifetimeProperty
(
const NetworkingPrivate::FRepPropertyDescriptor & PropertyDescriptor,
TArray < FLifetimeProperty > & OutLifetimeProps
)
DisableReplicatedLifetimeProperty(const UClass , const UClass , FName, TArray< FLifetimeProperty > &)
| Name | DisableReplicatedLifetimeProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/UnrealNetwork.h |
| Include Path | #include "Net/UnrealNetwork.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UnrealNetwork.cpp |
void DisableReplicatedLifetimeProperty
(
const UClass * ThisClass,
const UClass * PropertyClass,
FName PropertyName,
TArray < FLifetimeProperty > & OutLifetimeProps
)