UContentBrowserDataSource::CanCreateFolder

Query whether a folder can be created at the given virtual path, optionally providing error information if it cannot.

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 CanCreateFolder
(
    const FName InPath,
    FText * OutErrorMsg
)

Remarks

Query whether a folder can be created at the given virtual path, optionally providing error information if it cannot.

Returns

True if the folder can be created, false otherwise.

Parameters

Parameter

Description

InPath

The virtual path of the folder that is being queried.

OutErrorMessage

Optional error message to fill on failure.

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