FBlueprintActionInfo::GetOwnerClass

Retrieves a class associated with the wrapped action.

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

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).

Returns

The class that this action conceptually belongs to (null if the action is keyed to an asset that we cannot derive a class from).

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