UContentBrowserDataSource::Initialize

Initialize this data source instance, optionally registering it once the initialization has finished (

Windows
MacOS
Linux

References

Module

ContentBrowserData

Header

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

Include

#include "ContentBrowserDataSource.h"

Source

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

Syntax

void Initialize
(
    const FName InMountRoot,
    const bool InAutoRegister
)

Remarks

Initialize this data source instance, optionally registering it once the initialization has finished (

Parameters

Parameter

Description

InMountRoot

The virtual root path that items in this data source appear under, in the form "/My/Mount/Root".

InAutoRegister

True to automatically register this instance once initialization has finished.

See Also

RegisterDataSource). @note This function is non-virtual because its signature may change on derived types

and so should be called directly on an instance of the correct type.

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