FAsyncTaskPinRedirectMapInfo

Struct to remap pins for Async Tasks.

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

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