FContentBrowserItemDataTemporaryContext::FContentBrowserItemDataTemporaryContext

Create a context instance.

Windows
MacOS
Linux

References

Module

ContentBrowserData

Header

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

Include

#include "ContentBrowserItemData.h"

Source

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

Syntax

FContentBrowserItemDataTemporaryContext
(
    FContentBrowserItemData && InItemData,
    FOnValidateItem InOnValidateItem,
    FOnFinalizeItem InOnFinalizeItem
)

Remarks

Create a context instance.

Parameters

Parameter

Description

InItemData

Data representing the temporary item instance.

InOnValidateItem

Delegate used to validate that the proposed item name is valid (optional).

InOnFinalizeItem

Delegate used to finalize the creation of the temporary item, and return the real 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