Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSerializedObjectDataReader
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FArchive & operator<<
(
FName& N |
TransactionCommon.h | ||
virtual FArchive & operator<<
(
UObject*& Res |
TransactionCommon.h | ||
virtual FArchive & operator<<
(
FLazyObjectPtr& Value |
TransactionCommon.h | ||
virtual FArchive & operator<<
(
FObjectPtr& Value |
TransactionCommon.h | ||
virtual FArchive & operator<<
(
FSoftObjectPtr& Value |
TransactionCommon.h | ||
virtual FArchive & operator<<
(
FSoftObjectPath& Value |
TransactionCommon.h | ||
virtual FArchive & operator<<
(
FWeakObjectPtr& Value |
TransactionCommon.h | ||
virtual FArchive & operator<<
(
FText& Value |
TransactionCommon.h | ||
virtual FArchive & operator<<
(
FField*& Value |
TransactionCommon.h | ||
FArchive & operator<<
(
TCheckedObjPtr< T >& Value |
TransactionCommon.h |
operator<<(class FName &)
| Name | operator<< |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/TransactionCommon.h |
| Include Path | #include "TransactionCommon.h" |
| Source | /Engine/Source/Runtime/Engine/Private/TransactionCommon.cpp |
virtual FArchive & operator<<
(
class FName & N
)
operator<<(class UObject *&)
| Name | operator<< |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/TransactionCommon.h |
| Include Path | #include "TransactionCommon.h" |
| Source | /Engine/Source/Runtime/Engine/Private/TransactionCommon.cpp |
virtual FArchive & operator<<
(
class UObject *& Res
)
operator<<(FLazyObjectPtr &)
| Name | operator<< |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/TransactionCommon.h |
| Include Path | #include "TransactionCommon.h" |
virtual FArchive & operator<<
(
FLazyObjectPtr & Value
)
operator<<(FObjectPtr &)
| Name | operator<< |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/TransactionCommon.h |
| Include Path | #include "TransactionCommon.h" |
virtual FArchive & operator<<
(
FObjectPtr & Value
)
operator<<(FSoftObjectPtr &)
| Name | operator<< |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/TransactionCommon.h |
| Include Path | #include "TransactionCommon.h" |
virtual FArchive & operator<<
(
FSoftObjectPtr & Value
)
operator<<(FSoftObjectPath &)
| Name | operator<< |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/TransactionCommon.h |
| Include Path | #include "TransactionCommon.h" |
virtual FArchive & operator<<
(
FSoftObjectPath & Value
)
operator<<(FWeakObjectPtr &)
| Name | operator<< |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/TransactionCommon.h |
| Include Path | #include "TransactionCommon.h" |
virtual FArchive & operator<<
(
FWeakObjectPtr & Value
)
operator<<(FText &)
| Name | operator<< |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/TransactionCommon.h |
| Include Path | #include "TransactionCommon.h" |
virtual FArchive & operator<<
(
FText & Value
)
operator<<(FField *&)
| Name | operator<< |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/TransactionCommon.h |
| Include Path | #include "TransactionCommon.h" |
virtual FArchive & operator<<
(
FField *& Value
)
operator<<(TCheckedObjPtr< T > &)
| Name | operator<< |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/TransactionCommon.h |
| Include Path | #include "TransactionCommon.h" |
FArchive & operator<<
(
TCheckedObjPtr < T > & Value
)