|
| PRAGMA_DISABLE_DEPRECATION_WARNINGS void | RegisterReplicatedLifetimeProperty (const FProperty *ReplicatedProperty, TArray< FLifetimeProperty > &OutLifetimeProps, ELifetimeCondition InCondition, ELifetimeRepNotifyCondition InRepNotifyCondition) |
| |
| PRAGMA_ENABLE_DEPRECATION_WARNINGS void | RegisterReplicatedLifetimeProperty (const NetworkingPrivate::FRepPropertyDescriptor &PropertyDescriptor, TArray< FLifetimeProperty > &OutLifetimeProps, const FDoRepLifetimeParams &Params) |
| |
| void | RegisterReplicatedLifetimeProperty (const FProperty *ReplicatedProperty, TArray< FLifetimeProperty > &OutLifetimeProps, const FDoRepLifetimeParams &Params) |
| |
| void | SetReplicatedPropertyToDisabled (const NetworkingPrivate::FRepPropertyDescriptor &PropertyDescriptor, TArray< FLifetimeProperty > &OutLifetimeProps) |
| |
| void | SetReplicatedPropertyToDisabled (const FProperty *ReplicatedProperty, TArray< FLifetimeProperty > &OutLifetimeProps) |
| |
| void | DisableReplicatedLifetimeProperty (const NetworkingPrivate::FRepPropertyDescriptor &PropertyDescriptor, TArray< FLifetimeProperty > &OutLifetimeProps) |
| |
| void | DisableReplicatedLifetimeProperty (const UClass *ThisClass, const UClass *PropertyClass, FName PropertyName, TArray< FLifetimeProperty > &OutLifetimeProps) |
| |
| void | ResetReplicatedLifetimeProperty (const NetworkingPrivate::FRepPropertyDescriptor &PropertyDescriptor, ELifetimeCondition LifetimeCondition, TArray< FLifetimeProperty > &OutLifetimeProps) |
| |
| void | ResetReplicatedLifetimeProperty (const UClass *ThisClass, const UClass *PropertyClass, FName PropertyName, ELifetimeCondition LifetimeCondition, TArray< FLifetimeProperty > &OutLifetimeProps) |
| |
| void | ResetReplicatedLifetimeProperty (const UClass *ThisClass, const UClass *PropertyClass, FName PropertyName, const FDoRepLifetimeParams &Params, TArray< FLifetimeProperty > &OutLifetimeProps) |
| |
| void | ResetReplicatedLifetimeProperty (const NetworkingPrivate::FRepPropertyDescriptor &PropertyDescriptor, const FDoRepLifetimeParams &Params, TArray< FLifetimeProperty > &OutLifetimeProps) |
| |
| void | DisableAllReplicatedPropertiesOfClass (const NetworkingPrivate::FRepClassDescriptor &ClassDescriptor, EFieldIteratorFlags::SuperClassFlags SuperClassBehavior, TArray< FLifetimeProperty > &OutLifetimeProps) |
| |
| void | DisableAllReplicatedPropertiesOfClass (const UClass *ThisClass, const UClass *ClassToDisable, EFieldIteratorFlags::SuperClassFlags SuperClassBehavior, TArray< FLifetimeProperty > &OutLifetimeProps) |
| |