Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_BaseAsyncTask.h |
Include |
#include "K2Node_BaseAsyncTask.h" |
struct FAsyncTaskPinRedirectMapInfo
Struct to remap pins for Async Tasks. a single K2 node is shared by many proxy classes. This allows redirecting pins by name per proxy class. Add entries similar to this one in Engine.ini: +K2AsyncTaskPinRedirects=(ProxyClassName="AbilityTask_PlayMontageAndWait", OldPinName="OnComplete", NewPinName="OnBlendOut")
Name | Description | ||
---|---|---|---|
|
OldPinToProxyClassMap |