Navigation
API > API/Plugins > API/Plugins/GLTFCore
| Name | FCamera |
| Type | struct |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Public/GLTFNode.h |
| Include Path | #include "GLTFNode.h" |
Syntax
struct FCamera
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCamera
(
const FNode& Node |
GLTFNode.h |
Structs
| Name | Remarks |
|---|---|
| FOrthographic | |
| FPerspective |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsPerspective | bool | GLTFNode.h | ||
| Extras | TMap< FString, FString > | GLTFNode.h | ||
| FCamera | union GLTF::FCamera | GLTFNode.h | ||
| Name | FString | GLTFNode.h | ||
| Node | const FNode & | GLTFNode.h | ||
| Orthographic | FOrthographic | GLTFNode.h | ||
| Perspective | FPerspective | GLTFNode.h | ||
| UniqueId | FString | GLTFNode.h | ||
| ZFar | float | GLTFNode.h | ||
| ZNear | float | GLTFNode.h |