Iliad
Painting Plugin for UnrealEngine4 by Praxinos
Public Member Functions | Public Attributes | List of all members
FNodePadding Struct Reference

Public Member Functions

 FNodePadding (float iLeft, float iTop, float iBottom)
 
float CombinedTopLeft () const
 

Public Attributes

float mBottom
 
float mLeft
 
float mTop
 

Detailed Description

Structure used to define padding for a particular node.

Constructor & Destructor Documentation

◆ FNodePadding()

FNodePadding::FNodePadding ( float  iLeft,
float  iTop,
float  iBottom 
)
inline

Member Function Documentation

◆ CombinedTopLeft()

float FNodePadding::CombinedTopLeft ( ) const
inline
Returns
The sum total of the separate padding values

Member Data Documentation

◆ mBottom

float FNodePadding::mBottom

Padding to be applied to the bottom of the node

◆ mLeft

float FNodePadding::mLeft

Padding to be applied to the left of the node

◆ mTop

float FNodePadding::mTop

Padding to be applied to the top of the node