FOnCanEdit

A delegate that is executed to check whether a settings section can be edited.

Unreal Engine C++ API Reference > Developer > Settings > ISettingsSection

Type

typedef TBaseDelegate_NoParams< bool > FOnCanEdit  

References

   
Module Settings
Header /Engine/Source/Developer/Settings/Public/ISettingsSection.h
Include #include "ISettingsSection.h"

Remarks

A delegate that is executed to check whether a settings section can be edited.

The return value indicates whether the section can be edited.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library