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
Structs
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 |
|
Functions
Public