FContentBrowserItemData::IsTemporary

Check to see whether this item is temporary.

Unreal Engine C++ API Reference > Editor > ContentBrowserData > FContentBrowserItemData

References

   
Module ContentBrowserData
Header /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemData.h
Include #include "ContentBrowserItemData.h"
Source /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItemData.cpp
bool IsTemporary() const

Remarks

Check to see whether this item is temporary.

Equivalent to testing whether any of EContentBrowserItemFlags::Temporary_MASK is set on GetItemFlags().


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library