File tree Expand file tree Collapse file tree 10 files changed +59
-1
lines changed
Source/UnrealEnginePython/Private/Fbx Expand file tree Collapse file tree 10 files changed +59
-1
lines changed Original file line number Diff line number Diff line change 11#pragma once
2+
23#if ENGINE_MINOR_VERSION > 12
34#include "UEPyModule.h"
45
Original file line number Diff line number Diff line change 33
44#if WITH_EDITOR
55
6+ #if PLATFORM_LINUX
7+ #if defined(__clang__ )
8+ #pragma clang diagnostic ignored "-Wnull-dereference"
9+ #endif
10+ #endif
11+
612#include <fbxsdk.h>
713
814struct ue_PyFbxIOSettings
Original file line number Diff line number Diff line change 33
44#if WITH_EDITOR
55
6+ #if PLATFORM_LINUX
7+ #if defined(__clang__ )
8+ #pragma clang diagnostic ignored "-Wnull-dereference"
9+ #endif
10+ #endif
11+
612#include <fbxsdk.h>
713
814struct ue_PyFbxImporter
Original file line number Diff line number Diff line change 33
44#if WITH_EDITOR
55
6+ #if PLATFORM_LINUX
7+ #if defined(__clang__ )
8+ #pragma clang diagnostic ignored "-Wnull-dereference"
9+ #endif
10+ #endif
11+
12+
613#include <fbxsdk.h>
714
815struct ue_PyFbxManager
Original file line number Diff line number Diff line change 44#if WITH_EDITOR
55#if ENGINE_MINOR_VERSION > 12
66
7+ #if PLATFORM_LINUX
8+ #if defined(__clang__ )
9+ #pragma clang diagnostic ignored "-Wnull-dereference"
10+ #endif
11+ #endif
12+
713#include <fbxsdk.h>
814
915struct ue_PyFbxMesh
Original file line number Diff line number Diff line change 33
44#if WITH_EDITOR
55#if ENGINE_MINOR_VERSION > 12
6+
7+ #if PLATFORM_LINUX
8+ #if defined(__clang__ )
9+ #pragma clang diagnostic ignored "-Wnull-dereference"
10+ #endif
11+ #endif
12+
613#include <fbxsdk.h>
714
815struct ue_PyFbxNode
@@ -20,4 +27,4 @@ PyObject *py_ue_new_fbx_node(FbxNode *);
2027ue_PyFbxNode * py_ue_is_fbx_node (PyObject * );
2128
2229#endif
23- #endif
30+ #endif
Original file line number Diff line number Diff line change 33
44#if WITH_EDITOR
55
6+
7+ #if PLATFORM_LINUX
8+ #if defined(__clang__ )
9+ #pragma clang diagnostic ignored "-Wnull-dereference"
10+ #endif
11+ #endif
12+
613#include <fbxsdk.h>
714
815struct ue_PyFbxObject {
Original file line number Diff line number Diff line change 33
44#if WITH_EDITOR
55
6+ #if PLATFORM_LINUX
7+ #if defined(__clang__ )
8+ #pragma clang diagnostic ignored "-Wnull-dereference"
9+ #endif
10+ #endif
11+
612#include <fbxsdk.h>
713
814struct ue_PyFbxPose
Original file line number Diff line number Diff line change 33
44#if WITH_EDITOR
55
6+ #if PLATFORM_LINUX
7+ #if defined(__clang__ )
8+ #pragma clang diagnostic ignored "-Wnull-dereference"
9+ #endif
10+ #endif
11+
612#include <fbxsdk.h>
713
814struct ue_PyFbxProperty {
Original file line number Diff line number Diff line change 33
44#if WITH_EDITOR
55
6+ #if PLATFORM_LINUX
7+ #if defined(__clang__ )
8+ #pragma clang diagnostic ignored "-Wnull-dereference"
9+ #endif
10+ #endif
11+
612#include <fbxsdk.h>
713
814struct ue_PyFbxScene {
You can’t perform that action at this time.
0 commit comments