UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FInvertiblePointSlopeFunction Struct Reference

#include <FInvertiblePiecewiseLinearFunction.h>

Public Member Functions

 FInvertiblePointSlopeFunction (FVector2f Point, float Slope)
 
float SolveForY (float X) const
 
float SolveForX (float Y) const
 

Public Attributes

FVector2f Point
 
float Slope
 

Constructor & Destructor Documentation

◆ FInvertiblePointSlopeFunction()

FInvertiblePointSlopeFunction::FInvertiblePointSlopeFunction ( FVector2f  Point,
float  Slope 
)

Member Function Documentation

◆ SolveForX()

float FInvertiblePointSlopeFunction::SolveForX ( float  Y) const

◆ SolveForY()

float FInvertiblePointSlopeFunction::SolveForY ( float  X) const

Member Data Documentation

◆ Point

FVector2f FInvertiblePointSlopeFunction::Point

◆ Slope

float FInvertiblePointSlopeFunction::Slope

The documentation for this struct was generated from the following files: