Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/BlueprintGraph/Public/BlueprintActionFilter.h |
Include |
#include "BlueprintActionFilter.h" |
Source |
/Engine/Source/Editor/BlueprintGraph/Private/BlueprintActionFilter.cpp |
FProperty const * GetAssociatedProperty()
Certain actions are associated with specific properties (like delegate node spawners, or variable get/set spawners) This retrieves that property from the wrapped action if it can (not all actions have an associated property).
The property associated with the wrapped action (null if there isn't one).