FBlueprintActionInfo::GetActionOwner

Retrieves the key that the wrapped action is associated with in the [FBlueprintActionDatabase](API\Editor\BlueprintGraph\FBlueprintActionDatabase) (either a [UClass](API\Runtime\CoreUObject\UObject\UClass), or asset object).

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

UObject const * GetActionOwner()

Remarks

Retrieves the key that the wrapped action is associated with in the FBlueprintActionDatabase (either a UClass, or asset object).

Returns

The class/asset that this action conceptually belongs to.

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