operator<<

Overload list

Windows
MacOS
Linux
Name Description

Public function

FArchive &

 

operator<<

(
    FArchive& Ar,
    FCompressedChunkInfo& Value
)

Serializes an FCompressedChunkInfo value from or into an archive.

Public function

void

 

operator<<

(
    FStructuredArchiveSlot Slot,
    TArray< T >& InArray
)

Public function

void

 

operator<<

(
    FStructuredArchiveSlot Slot,
    TArray< uint8 >& InArray
)

Public function

TEnableIf< &...

 

operator<<

(
    FArchive& Ar,
    T& Obj
)

Adapter operator which allows a type to stream to an FArchive when it already supports streaming to an FStructuredArchiveSlot.

Public function

TEnableIf< T...

 

operator<<

(
    FStructuredArchiveSlot Slot,
    T& Obj
)

Adapter operator which allows a type to stream to an FStructuredArchiveSlot when it already supports streaming to an FArchive.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss