FUntypedBulkData::ResetBulkDataFlags

Enable the given flags and disable all other flags.

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 ResetBulkDataFlags
(
    uint32 BulkDataFlagsToSet
)

Remarks

Enable the given flags and disable all other flags. This can be used with ::GetBulkDataFlags() to effectively reset the flags to a previous state.

Parameters

Parameter

Description

BulkDataFlagsToSet

Bulk data flags to set

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