Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FViewport > API/Runtime/Engine/FViewport/FHitProxyMap
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Init
(
uint32 NewSizeX, |
UnrealClient.h | ||
void Init
(
FRHICommandListBase& RHICmdList, |
Initializes the hit proxy map with the given dimensions. | UnrealClient.h |
Init(uint32, uint32)
| Name | Init |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/UnrealClient.h |
| Include Path | #include "UnrealClient.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UnrealClient.cpp |
void Init
(
uint32 NewSizeX,
uint32 NewSizeY
)
Init(FRHICommandListBase &, uint32, uint32)
Description
Initializes the hit proxy map with the given dimensions.
| Name | Init |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/UnrealClient.h |
| Include Path | #include "UnrealClient.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UnrealClient.cpp |
void Init
(
FRHICommandListBase & RHICmdList,
uint32 NewSizeX,
uint32 NewSizeY
)