UContentBrowserDataSource::SaveItem

Attempt to save the given item.

Windows
MacOS
Linux

Override Hierarchy

UContentBrowserDataSource::SaveItem()

UContentBrowserAssetDataSource::SaveItem()

References

Module

ContentBrowserData

Header

/Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSource.h

Include

#include "ContentBrowserDataSource.h"

Source

/Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSource.cpp

Syntax

virtual bool SaveItem
(
    const FContentBrowserItemData & InItem,
    const EContentBrowserItemSaveFlags InSaveFlags
)

Remarks

Attempt to save the given item.

Returns

True if the item was saved, false otherwise.

Parameters

Parameter

Description

InItem

The item to save.

InSaveFlags

Flags controlling the rules behind when the item should be saved.

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