Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FHitProxyId
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FHitProxyId () |
Default constructor. | HitProxies.h | |
FHitProxyId
(
FColor Color |
Color conversion constructor. | HitProxies.h | |
FHitProxyId
(
int32 InIndex |
Initialization constructor. | HitProxies.h |
FHitProxyId()
Description
Default constructor.
| Name | FHitProxyId |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/HitProxies.h |
| Include Path | #include "HitProxies.h" |
FHitProxyId()
FHitProxyId(FColor)
Description
Color conversion constructor.
| Name | FHitProxyId |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/HitProxies.h |
| Include Path | #include "HitProxies.h" |
| Source | /Engine/Source/Runtime/Engine/Private/HitProxies.cpp |
FHitProxyId
(
FColor Color
)
FHitProxyId(int32)
Description
Initialization constructor.
| Name | FHitProxyId |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/HitProxies.h |
| Include Path | #include "HitProxies.h" |
FHitProxyId
(
int32 InIndex
)