Skip to content

Commit

Permalink
doc: Fix docs for asset candidates
Browse files Browse the repository at this point in the history
  • Loading branch information
kirre-bylund committed Dec 16, 2024
1 parent fe3895f commit 1173c2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1496,7 +1496,7 @@ class LOOTLOCKERSDK_API ULootLockerManager : public UObject
static void CreateAssetCandidate(const FLootLockerCreateAssetCandidateData& AssetCandidateData, const FCreateAssetCandidateResponseDelegateBP& OnCreateAssetCandidateCompleted);

/**
* Create an asset candidate and immediately mark it as completed meaning it will become an asset and can not be updated anymore.
* Create an asset candidate and immediately mark it as completed meaning it will become an asset and can not be edited anymore.
* https://ref.lootlocker.com/game-api/#creating-an-asset-candidate
*
* @param AssetCandidateData asset candidate data.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@ class LOOTLOCKERSDK_API ULootLockerSDKManager : public UObject
static void CreateAssetCandidate(const FLootLockerCreateAssetCandidateData& AssetCandidateData, const FCreateAssetCandidateResponseDelegate& OnCompletedRequest);

/**
* Create an asset candidate and immediately mark it as completed meaning it will become an asset and can not be updated anymore.
* Create an asset candidate and immediately mark it as completed meaning it will become an asset and can not be edited anymore.
* https://ref.lootlocker.com/game-api/#creating-an-asset-candidate
*
* @param AssetCandidateData asset candidate data.
Expand All @@ -1560,7 +1560,7 @@ class LOOTLOCKERSDK_API ULootLockerSDKManager : public UObject
static void CreateAssetCandidateAndMarkComplete(const FLootLockerCreateAssetCandidateData& AssetCandidateData, const FCreateAssetCandidateResponseDelegate& OnCompletedRequest);

/**
* Update an asset candidate and immediately mark it as completed meaning it will become an asset and can not be updated anymore.
* Update an asset candidate and immediately mark it as completed meaning it will become an asset and can not be edited anymore.
* https://ref.lootlocker.com/game-api/#updating-an-asset-candidate
*
* @param AssetCandidateId ID of the asset candidate.
Expand Down

0 comments on commit 1173c2f

Please sign in to comment.