Navigation
API > API/Runtime > API/Runtime/Engine
Point Of View structure used in Camera calculations
| Name | FPOV |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h |
| Include Path | #include "Engine/EngineTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FPOV
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPOV () |
Engine/EngineTypes.h | ||
FPOV
(
FVector InLocation, |
Engine/EngineTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FOV | float | FOV angle | Engine/EngineTypes.h |
|
| Location | FVector | Location | Engine/EngineTypes.h |
|
| Rotation | FRotator | Rotation | Engine/EngineTypes.h |
|