FScrollingCollectionProperties
struct FScrollingCollectionProperties;
Public Attributes
Name | |
---|---|
FVector | Center |
float | Width |
float | Height |
Public Attributes Documentation
variable Center
FVector FScrollingCollectionProperties::Center
FVector Center;
The Center of the viewable area, relative to the Scrolling Collection Component.
variable Width
float FScrollingCollectionProperties::Width
float Width;
The width of the viewable area
variable Height
float FScrollingCollectionProperties::Height
float Height;
The height of the viewable area
Updated on 19 August 2021 at 17:42:52 Coordinated Universal Time