Navigation
Unreal Engine C++ API Reference > Editor > BlueprintGraph > FBlueprintActionInfo
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Public/BlueprintActionFilter.h |
Include | #include "BlueprintActionFilter.h" |
Source | /Engine/Source/Editor/BlueprintGraph/Private/BlueprintActionFilter.cpp |
UClass const * GetOwnerClass()
Remarks
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). The class that this action conceptually belongs to (null if the action is keyed to an asset that we cannot derive a class from).