|
| static void | Serialize (FNetSerializationContext &, const FNetSerializeArgs &Args) |
| |
| static void | Deserialize (FNetSerializationContext &, const FNetDeserializeArgs &Args) |
| |
| static void | Quantize (FNetSerializationContext &, const FNetQuantizeArgs &Args) |
| |
| static void | Dequantize (FNetSerializationContext &, const FNetDequantizeArgs &Args) |
| |
| static bool | IsEqual (FNetSerializationContext &, const FNetIsEqualArgs &Args) |
| |
| static void | CloneDynamicState (FNetSerializationContext &, const FNetCloneDynamicStateArgs &) |
| |
| static void | FreeDynamicState (FNetSerializationContext &, const FNetFreeDynamicStateArgs &) |
| |
| static UObject * | GetRawPtrValue (UObject *Value) |
| |
| static UObject * | GetRawPtrValue (const TObjectPtr< UObject > &Value) |
| |
| static UObject * | GetRawPtrValue (const TWeakObjectPtr< UObject > &Value) |
| |
| static UObject * | GetRawPtrValue (const FScriptInterface &Value) |
| |
| static TObjectPtr< UObject > | GetObjectPtrValue (UObject *Value) |
| |
| static const TObjectPtr< UObject > & | GetObjectPtrValue (const TObjectPtr< UObject > &Value) |
| |
| static const TWeakObjectPtr< UObject > & | GetObjectPtrValue (const TWeakObjectPtr< UObject > &Value) |
| |
| static const TObjectPtr< UObject > & | GetObjectPtrValue (FScriptInterface &Value) |
| |
| static UObject * | GetValidatedRawPtrValue (UObject *Value, const UClass *PropertyClass) |
| |
| static void | SetRawPtrValue (UObject *&Dst, UObject *Value) |
| |
| static void | SetRawPtrValue (TObjectPtr< UObject > &Dst, UObject *Value) |
| |
| static void | SetRawPtrValue (TWeakObjectPtr< UObject > &Dst, UObject *Value) |
| |
| static void | SetObjectPtrValue (TObjectPtr< UObject > &Dst, const FRemoteObjectReference &Value) |
| |
| static UObject * | ResolveObjectReference (FNetSerializationContext &, const FNetObjectReference &) |
| |
| static const FNetSerializer * | RemoteObjectReferenceNetSerializer |
| |
| static const FNetSerializerConfig * | RemoteObjectReferenceNetSerializerConfig |
| |