UContentBrowserDataSource::CreateFolder

Attempt to begin the process of asynchronously creating a folder at the given virtual path, populating a temporary item that can be finalized or canceled by the user.

Windows
MacOS
Linux

Override Hierarchy

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 CreateFolder
(
    const FName InPath,
    FContentBrowserItemDataTemporaryContext & OutPendingItem
)

Remarks

Attempt to begin the process of asynchronously creating a folder at the given virtual path, populating a temporary item that can be finalized or canceled by the user.

Returns

True if the pending folder was created, false otherwise.

Parameters

Parameter

Description

InPath

The initial virtual path of the folder that is being created.

OutPendingItem

Temporary item context to fill with information about the pending folder item.

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