Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FDisplacementMap
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Image/DisplacementMap.h | |||
FDisplacementMap
(
const FDisplacementMap& |
Image/DisplacementMap.h | ||
| Image/DisplacementMap.h | |||
GEOMETRYCORE_API FDisplacementMap
(
TArray64< uint8 >&& InSourceData, |
Claims ownership of raw input source-data. | Image/DisplacementMap.h | |
GEOMETRYCORE_API FDisplacementMap
(
TArrayView64< const uint8 > InSourceDataView, |
Reference input data through view. | Image/DisplacementMap.h |
FDisplacementMap()
| Name | FDisplacementMap |
| 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 |
FDisplacementMap()
FDisplacementMap(const FDisplacementMap &)
| Name | FDisplacementMap |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Image/DisplacementMap.h |
| Include Path | #include "Image/DisplacementMap.h" |
FDisplacementMap
(
const FDisplacementMap &
)
FDisplacementMap(FDisplacementMap &&)
| Name | FDisplacementMap |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Image/DisplacementMap.h |
| Include Path | #include "Image/DisplacementMap.h" |
FDisplacementMap
(
FDisplacementMap &&
)
FDisplacementMap(TArray64< uint8 > &&, ETextureSourceFormat, const int32, const int32, float, float, TextureAddress, TextureAddress)
Description
Claims ownership of raw input source-data.
The size of this data must match SizeX * SizeY * GetBytesPerPixel(Format) SizeX and SizeY must be <= GetMaxResolution()
| Name | FDisplacementMap |
| 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 |
GEOMETRYCORE_API FDisplacementMap
(
TArray64< uint8 > && InSourceData,
ETextureSourceFormat InSourceFormat,
const int32 InSizeX,
const int32 InSizeY,
float InMagnitude,
float InCenter,
TextureAddress InAddressX,
TextureAddress InAddressY
)
FDisplacementMap(TArrayView64< const uint8 >, ETextureSourceFormat, const int32, const int32, float, float, TextureAddress, TextureAddress)
Description
Reference input data through view.
The size of view data must match SizeX * SizeY * GetBytesPerPixel(Format) SizeX and SizeY must be <= GetMaxResolution()
| Name | FDisplacementMap |
| 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 |
GEOMETRYCORE_API FDisplacementMap
(
TArrayView64< const uint8 > InSourceDataView,
ETextureSourceFormat InSourceFormat,
const int32 InSizeX,
const int32 InSizeY,
float InMagnitude,
float InCenter,
TextureAddress InAddressX,
TextureAddress InAddressY
)