Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
| Name | UAchievementQueryCallbackProxy |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/AchievementQueryCallbackProxy.h |
| Include Path | #include "AchievementQueryCallbackProxy.h" |
Syntax
UCLASS (MinimalAPI)
class UAchievementQueryCallbackProxy : public UOnlineBlueprintCallProxyBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintAsyncActionBase → UOnlineBlueprintCallProxyBase → UAchievementQueryCallbackProxy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAchievementQueryCallbackProxy
(
const FObjectInitializer& ObjectInitializer |
AchievementQueryCallbackProxy.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnFailure | FEmptyOnlineDelegate | Called when there is an unsuccessful query. | AchievementQueryCallbackProxy.h |
|
| OnSuccess | FEmptyOnlineDelegate | Called when there is a successful query. | AchievementQueryCallbackProxy.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bFetchDescriptions | bool | Are we querying achievement progress or achievement descriptions? | AchievementQueryCallbackProxy.h | |
| PlayerControllerWeakPtr | TWeakObjectPtr< APlayerController > | The player controller triggering things. | AchievementQueryCallbackProxy.h | |
| WorldContextObject | UObject * | The world context object in which this call is taking place. | AchievementQueryCallbackProxy.h |
Functions
Public
Overridden from UBlueprintAsyncActionBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Activate() |
AchievementQueryCallbackProxy.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UAchievementQueryCallbackProxy * CacheAchievementDescriptions
(
UObject* WorldContextObject, |
Fetches and caches achievement descriptions from the default online subsystem. | AchievementQueryCallbackProxy.h |
|
static UAchievementQueryCallbackProxy * CacheAchievements
(
UObject* WorldContextObject, |
Fetches and caches achievement progress from the default online subsystem. | AchievementQueryCallbackProxy.h |
|