FContentBrowserSelection

A selection of items in the Content Browser

Unreal Engine C++ API Reference > Editor > ContentBrowser

References

   
Module ContentBrowser
Header /Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h
Include #include "IContentBrowserSingleton.h"

Syntax

struct FContentBrowserSelection  

Remarks

A selection of items in the Content Browser

Variables

Type Name Description
TArray< FAssetD... SelectedAssets Legacy data - if set will take precedence over SelectedItems.
TArray< FString... SelectedFolders  
TArray< FConten... SelectedItems  

Functions

Type Name Description
void Empty ()  
bool IsLegacy ()  
int32 Num ()  
void Reset ()  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library