GetXYOffsetDataFast

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

GetXYOffsetDataFast

(
    const int32 X1,
    const int32 Y1,
    const int32 X2,
    const int32 Y2,
    TMap< FIntPoint, FVector2D >& Spar...
)

Without data interpolation, able to get normal data.

Public function

void

 

GetXYOffsetDataFast

(
    const int32 X1,
    const int32 Y1,
    const int32 X2,
    const int32 Y2,
    TMap< FIntPoint, FVector >& Sparse...
)

Without data interpolation, able to get normal data.

Public function

void

 

GetXYOffsetDataFast

(
    const int32 X1,
    const int32 Y1,
    const int32 X2,
    const int32 Y2,
    FVector2D* Data,
    int32 Stride
)

Without data interpolation, able to get normal data.

Public function

void

 

GetXYOffsetDataFast

(
    const int32 X1,
    const int32 Y1,
    const int32 X2,
    const int32 Y2,
    FVector* Data,
    int32 Stride
)

Without data interpolation, able to get normal data.

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