UAbilitySystemGlobals::StartAsyncLoadingObjectLibraries

Trigger async loading of the gameplay cue object libraries.

Windows
MacOS
Linux

References

Module

GameplayAbilities

Header

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/AbilitySystemGlobals.h

Include

#include "AbilitySystemGlobals.h"

Source

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Private/AbilitySystemGlobals.cpp

Syntax

virtual void StartAsyncLoadingObjectLibraries()

Remarks

Trigger async loading of the gameplay cue object libraries. By default, the manager will do this on creation, but that behavior can be changed by a derived class overriding ShouldAsyncLoadObjectLibrariesAtStart and returning false. In that case, this function must be called to begin the load

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss