Skip to content

Commit

Permalink
https://api.playfab.com/releaseNotes/#180829
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayFabJenkinsBot committed Sep 4, 2018
2 parents d685db5 + 120864b commit be81e8b
Show file tree
Hide file tree
Showing 309 changed files with 311,940 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ExampleProject/Config/DefaultEditor.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[EditoronlyBP]
bAllowClassAndBlueprintPinMatching=true
bReplaceBlueprintWithClass=true
bDontLoadBlueprintOutsideEditor=true
bBlueprintIsNotBlueprintType=true
60 changes: 60 additions & 0 deletions ExampleProject/Config/DefaultEngine.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
[URL]
[/Script/Engine.UserInterfaceSettings]
RenderFocusRule=NavigationOnly
DefaultCursor=None
TextEditBeamCursor=None
CrosshairsCursor=None
GrabHandCursor=None
GrabHandClosedCursor=None
SlashedCircleCursor=None
ApplicationScale=1.000000
UIScaleRule=ShortestSide
CustomScalingRuleClass=None
UIScaleCurve=(EditorCurveData=(PreInfinityExtrap=RCCE_Constant,PostInfinityExtrap=RCCE_Constant,Keys=((Time=480.000000,Value=0.444000),(Time=720.000000,Value=0.666000),(Time=1080.000000,Value=1.000000),(Time=8640.000000,Value=8.000000))),ExternalCurve=None)

[/Script/Engine.RendererSettings]
r.MobileHDR=True
r.MobileNumDynamicPointLights=4
r.MobileDynamicPointLightsUseStaticBranch=True
r.AllowOcclusionQueries=True
r.MinScreenRadiusForLights=0.030000
r.MinScreenRadiusForDepthPrepass=0.030000
r.PrecomputedVisibilityWarning=False
r.TextureStreaming=True
Compat.UseDXT5NormalMaps=False
r.AllowStaticLighting=True
r.NormalMapsForStaticLighting=False
r.GenerateMeshDistanceFields=False
r.GenerateLandscapeGIData=True
r.TessellationAdaptivePixelsPerTriangle=48.000000
r.SeparateTranslucency=True
r.TranslucentSortPolicy=0
TranslucentSortAxis=(X=0.000000,Y=-1.000000,Z=0.000000)
r.CustomDepth=1
r.DefaultFeature.Bloom=True
r.DefaultFeature.AmbientOcclusion=True
r.DefaultFeature.AmbientOcclusionStaticFraction=True
r.DefaultFeature.AutoExposure=True
r.DefaultFeature.MotionBlur=True
r.DefaultFeature.LensFlare=True
r.DefaultFeature.AntiAliasing=2
r.EarlyZPass=3
r.EarlyZPassMovable=False
r.DBuffer=False
r.ClearSceneMethod=1
r.BasePassOutputsVelocity=False
r.WireframeCullThreshold=5.000000
UIScaleRule=ShortestSide
UIScaleCurve=(EditorCurveData=(PreInfinityExtrap=RCCE_Constant,PostInfinityExtrap=RCCE_Constant,Keys=),ExternalCurve=None)

[/Script/EngineSettings.GameMapsSettings]
GameDefaultMap=/Game/Maps/Test
EditorStartupMap=/Game/Maps/Test

[/Script/HardwareTargeting.HardwareTargetingSettings]
TargetedHardwareClass=Desktop
AppliedTargetedHardwareClass=Desktop
DefaultGraphicsPerformance=Maximum
AppliedDefaultGraphicsPerformance=Maximum


2 changes: 2 additions & 0 deletions ExampleProject/Config/DefaultGame.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[/Script/EngineSettings.GeneralProjectSettings]
ProjectID=F986E4664AE32897B5A743A39C984F69
Binary file added ExampleProject/Content/Maps/Test.umap
Binary file not shown.
Binary file added ExampleProject/Content/PfTestOutput.uasset
Binary file not shown.
Binary file added ExampleProject/Content/PfTestWidget.uasset
Binary file not shown.
13 changes: 13 additions & 0 deletions ExampleProject/ExampleProject.uproject
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"FileVersion": 3,
"EngineAssociation": "4.20",
"Category": "PlayFab",
"Description": "PlayFab Blueprint SDK Example Project for Unreal Engine 4.",
"Modules": [
{
"Name": "ExampleProject",
"Type": "Runtime",
"LoadingPhase": "Default"
}
]
}
Binary file not shown.
34 changes: 34 additions & 0 deletions ExampleProject/Plugins/PlayFab/PlayFab.uplugin
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"FileVersion": 3,
"FriendlyName": "PlayFab Marketplace Plugin",
"Version": 0,
"EngineVersion": "4.20",
"VersionName": "1.1.180829",
"CreatedBy": "PlayFab and Phoenix Labs",
"CreatedByURL": "https://playfab.com/",
"DocsURL": "https://api.playfab.com/",
"SupportURL": "https://community.playfab.com/index.html",
"Category": "PlayFab",
"Description": "PlayFab Marketplace plugin for Unreal Engine 4.20 Current API version: 1.1.180829",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/217fdf581b784571af03d3fb6580368f",
"Modules": [
{
"Name": "PlayFabCpp",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "Win64", "Win32", "Mac", "IOS", "Android" ]
},
{
"Name": "PlayFab",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "Win64", "Win32", "Mac", "IOS", "Android" ]
},
{
"Name": "PlayFabCommon",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "Win64", "Win32", "Mac", "IOS", "Android" ]
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit be81e8b

Please sign in to comment.