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