EM_Task/UnrealEd/Private/FbxLibs.h
Boshuang Zhao 5144a49c9b add
2026-02-13 16:18:33 +08:00

16 lines
227 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();