Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FHitResult
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Init () |
Initialize empty hit result with given time. | Engine/HitResult.h | |
void Init
(
FVector Start, |
Initialize empty hit result with given time, TraceStart, and TraceEnd | Engine/HitResult.h |
Init()
Description
Initialize empty hit result with given time.
| Name | Init |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/HitResult.h |
| Include Path | #include "Engine/HitResult.h" |
void Init()
Init(FVector, FVector)
Description
Initialize empty hit result with given time, TraceStart, and TraceEnd
| Name | Init |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/HitResult.h |
| Include Path | #include "Engine/HitResult.h" |
void Init
(
FVector Start,
FVector End
)