Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components > API/Runtime/UMG/Components/UListView
Syntax
UPROPERTY (
Meta=(DeprecatedProperty, DeprecationMessage="EntrySpacing has been deprecated. Please use HorizontalEntrySpacing and VerticalEntrySpacing."),
BlueprintReadOnly, BlueprintGetter="GetHorizontalEntrySpacing", Category=ListView,
Meta=(ClampMin=0))
float EntrySpacing
Remarks
This deprecated property was originally BlueprintReadOnly. To satisfy the compiler requirment to have a BlueprintGetter for this property, it relies on the newly added UFunction GetHorizontalEntrySpacing() to act as its BlueprintGetter.