// 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();