Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/FBlueprintActionInfo
Description
Retrieves a class associated with the wrapped action. Intended to be the action's class "owner". Could be null if the action is keyed to an asset. Will not be the spawner's NodeClass (even if it is keyed to it in the database).
| Name | GetOwnerClass |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Public/BlueprintActionFilter.h |
| Include Path | #include "BlueprintActionFilter.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/BlueprintActionFilter.cpp |
UClass const * GetOwnerClass()
The class that this action conceptually belongs to (null if the action is keyed to an asset that we cannot derive a class from).