FAsyncTaskPinRedirectMapInfo

Struct to remap pins for Async Tasks.

Choose your operating system:

Windows

macOS

Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_BaseAsyncTask.h

Include

#include "K2Node_BaseAsyncTask.h"

Syntax

struct FAsyncTaskPinRedirectMapInfo

Remarks

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")

Variables

Name Description

Public variable

TMap< FName, TA...

 

OldPinToProxyClassMap