Create

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

TUniquePtr< ...

 

Create

(
    const FString& Text,
    FString ContentType
)

Creates an FHttpServerResponse from a string

Public function Static

TUniquePtr< ...

 

Create

(
    TArray< uint8 >&& RawBytes,
    FString ContentType
)

Creates an FHttpServerResponse from a raw byte buffer

Public function Static

TUniquePtr< ...

 

Create

(
    const TArrayView< uint8 >& RawByte...,
    FString ContentType
)

Creates an FHttpServerResponse from a raw byte buffer

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