FUntypedBulkData::Realloc

Change size of locked bulk data. Only valid if locked via read-write lock.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "Serialization/BulkData.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/Serialization/BulkData.cpp

Syntax

void * Realloc
(
    int64 InElementCount
)

Remarks

Change size of locked bulk data. Only valid if locked via read-write lock.

Parameters

Parameter

Description

InElementCount

Number of elements array should be resized to

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