UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
BlueprintPlatformLibrary.h File Reference
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "UObject/TextProperty.h"
#include "Engine/GameInstance.h"
#include "Kismet/BlueprintFunctionLibrary.h"
#include "BlueprintPlatformLibrary.generated.h"

Go to the source code of this file.

Classes

class  UPlatformGameInstance
 
class  UBlueprintPlatformLibrary
 

Namespaces

namespace  EScreenOrientation
 
namespace  EApplicationState
 

Enumerations

enum  EScreenOrientation::Type : int {
  EScreenOrientation::Unknown , EScreenOrientation::Portrait , EScreenOrientation::PortraitUpsideDown , EScreenOrientation::LandscapeLeft ,
  EScreenOrientation::LandscapeRight , EScreenOrientation::FaceUp , EScreenOrientation::FaceDown , EScreenOrientation::PortraitSensor ,
  EScreenOrientation::LandscapeSensor , EScreenOrientation::FullSensor
}
 
enum  EApplicationState::Type : int { EApplicationState::Unknown , EApplicationState::Inactive , EApplicationState::Background , EApplicationState::Active }