FAllocatedPtr

This struct represents an optional allocation.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Serialization/BulkData.h

Include

#include "Serialization/BulkData.h"

Syntax

struct FAllocatedPtr

Remarks

This struct represents an optional allocation.

Constructors

Name Description

Public function

FAllocatedPtr()

Public function

FAllocatedPtr

(
    FAllocatedPtr&& Other
)

Destructors

Name Description

Public function

~FAllocatedPtr()

Functions

Name Description

Public function

void

 

Deallocate()

Public function Const

void *

 

Get()

Public function

bool

 

MapFile

(
    const TCHAR* Filename,
    int64 Offset,
    int64 Size
)

Public function

void

 

Reallocate

(
    int64 Count,
    int32 Alignment
)

Public function

void *

 

ReleaseWithoutDeallocating()

Public function

FOwnedBulkDa...

 

StealFileMapping()

Public function

void

 

UnmapFile()

Operators

Name Description

Public function Const

 

operator bool()

Public function

FAllocatedPt...

 

operator=

(
    FAllocatedPtr&& Other
)

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