Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FShadowSignedDistanceFieldData2D
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FSignedDistanceFieldShadowSample & operator()
(
uint32 X, |
ShadowMap.h | ||
FSignedDistanceFieldShadowSample & operator()
(
uint32 X, |
ShadowMap.h |
operator()(uint32, uint32)
| Name | operator() |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ShadowMap.h |
| Include Path | #include "ShadowMap.h" |
const FSignedDistanceFieldShadowSample & operator()
(
uint32 X,
uint32 Y
) const
operator()(uint32, uint32)
| Name | operator() |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ShadowMap.h |
| Include Path | #include "ShadowMap.h" |
FSignedDistanceFieldShadowSample & operator()
(
uint32 X,
uint32 Y
)