FBlueprintActionInfo::GetAssociatedFunction

Certain actions are associated with specific functions (like function call spawners, or event spawners) This retrieves the function from the wrapped action if it can (not all actions have an associated function).

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Public/BlueprintActionFilter.h

Include

#include "BlueprintActionFilter.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/BlueprintActionFilter.cpp

Syntax

UFunction const * GetAssociatedFunction()

Remarks

Certain actions are associated with specific functions (like function call spawners, or event spawners) This retrieves the function from the wrapped action if it can (not all actions have an associated function).

Returns

The function associated with the wrapped action (null if there isn't one).

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