Choose your operating system:
Windows
macOS
Linux
| ISlateStyle::GetVector()
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h |
Include |
#include "Styling/ISlateStyle.h" |
FVector2D GetVector
(
const FName PropertyName,
const ANSICHAR * Specifier,
FVector2D DefaultValue,
const ISlateStyle * RequestingStyle
) const
a FVector2D property.
Parameter |
Description |
---|---|
PropertyName |
Name of the property to get |
Specifier |
An optional string to append to the property name |
DefaultValue |
The default value to return if the property cannot be found |