Files
UnrealEngine/Engine/Source/Editor/UnrealEd/Private/FbxLibs.h
2025-05-18 13:04:45 +08:00

17 lines
230 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
/**
* Load the FBx dll's if needed
*/
void LoadFBxLibraries();
/**
* Unload the FBx dll's if needed
*/
void UnloadFBxLibraries();