FContentBrowserItem::IsDirty

Query whether this item is considered dirty (ie, has unsaved changes).

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

References

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

Remarks

Query whether this item is considered dirty (ie, has unsaved changes). True if the item is considered dirty, false otherwise.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library