Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner > API/Plugins/AvalancheOutliner/IAvaOutliner
References
| Module | AvalancheOutliner |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheOutliner/Public/IAvaOutliner.h |
| Include | #include "IAvaOutliner.h" |
void SetIgnoreNotify
(
EAvaOutlinerIgnoreNotifyFlags InFlag,
bool bIgnore
)
Remarks
Adds or Removes the Ignore Notify Flags to prevent certain actions from automatically happening when they're triggered
Parameters
| Name | Description |
|---|---|
| InFlag | the ignore flag to add or remove |
| bIgnore | whether to add (true) or remove (false) the flag |