Click or drag to resize
InspectorComponentAttribute Properties

The InspectorComponentAttribute type exposes the following members.

Properties
  NameDescription
Public propertyCanBeRemoved
Whether this component can be removed from a blueprint in the inspector, or not. Default: true.
Public propertyInitExplicitly
Whether to skip initializing this component with reflection.
Public propertyPriority
Component priority. Specifies the position the component appears within lists. A lower value indicates a higher priority.
Top
See Also