Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FDisplacementMap
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float Sample
(
FVector2f UV |
Bilinear filtered. | Image/DisplacementMap.h | |
FVector2f Sample
(
FVector2f MinUV, |
Bounds over UV-rectangle (approximate, but conservative) | Image/DisplacementMap.h | |
float Sample
(
int32 x, |
Image/DisplacementMap.h | ||
FVector2f Sample
(
int32 x, |
Image/DisplacementMap.h |
Sample(FVector2f)
Description
Bilinear filtered.
| Name | Sample |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Image/DisplacementMap.h |
| Include Path | #include "Image/DisplacementMap.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/Image/DisplacementMap.cpp |
float Sample
(
FVector2f UV
) const
Sample(FVector2f, FVector2f)
Description
Bounds over UV-rectangle (approximate, but conservative)
| Name | Sample |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Image/DisplacementMap.h |
| Include Path | #include "Image/DisplacementMap.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/Image/DisplacementMap.cpp |
FVector2f Sample
(
FVector2f MinUV,
FVector2f MaxUV
) const
Sample(int32, int32)
| Name | Sample |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Image/DisplacementMap.h |
| Include Path | #include "Image/DisplacementMap.h" |
float Sample
(
int32 x,
int32 y
) const
Sample(int32, int32, uint32)
| Name | Sample |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Image/DisplacementMap.h |
| Include Path | #include "Image/DisplacementMap.h" |
FVector2f Sample
(
int32 x,
int32 y,
uint32 Level
) const