FBlueprintActionInfo::GetAssociatedMemberField

Certain actions are associated with specific member fields (a member function call, a variable get/set, etc.) This retrieves that member field if there is one (not all actions have an associated field).

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

FFieldVariant GetAssociatedMemberField()

Remarks

Certain actions are associated with specific member fields (a member function call, a variable get/set, etc.) This retrieves that member field if there is one (not all actions have an associated field).

Returns

The member field 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