SFLOAT

For 1D curves, use this structure to allow selected operators on the float.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Interpolation.h

Include

#include "Interpolation.h"

Syntax

class SFLOAT

Remarks

For 1D curves, use this structure to allow selected operators on the float.

Variables

Name Description

Public variable

float

 

f

Operators

Name Description

Public function Const

SFLOAT

 

operator-

(
    const SFLOAT& g
)

Public function Const

SFLOAT

 

operator*

(
    const float& g
)

Public function Const

SFLOAT

 

operator/

(
    const float& g
)

Public function

float &

 

operator[]

(
    int32 i
)

Public function Const

const float ...

 

operator[]

(
    int32 i
)

Public function Const

SFLOAT

 

operator+

(
    const SFLOAT& g
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss