Navigation
API > API/Plugins > API/Plugins/InterchangeFbxParser
| |
|
| Name |
UInterchangeFbxSettings |
| Type |
class |
| Header File |
/Engine/Plugins/Interchange/Runtime/Source/Parsers/Fbx/Public/InterchangeFbxSettings.h |
| Include Path |
#include "InterchangeFbxSettings.h" |
Syntax
UCLASS (MinimalAPI, Config=Interchange, Meta=(DisplayName="FBX Settings"))
class UInterchangeFbxSettings : public UDeveloperSettings
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
UInterchangeFbxSettings()
|
|
InterchangeFbxSettings.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| CustomPropertyTracks |
TMap< FString, EInterchangePropertyTracks > |
|
InterchangeFbxSettings.h |
- EditAnywhere
- Config
- Category="FBX | Property Tracks"
|
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| PredefinedPropertyTracks |
TMap< FString, EInterchangePropertyTracks > |
|
InterchangeFbxSettings.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
EInterchangePropertyTracks GetPropertyTrack
(
const FString& PropertyName
) const
|
Search for a predefined property track, if the property has been found it returns it, otherwise we search for a custom property track |
InterchangeFbxSettings.h |
|