FTypePromotion::GetAllFuncsForOp

Returns all functions for a specific operation.

Unreal Engine C++ API Reference > Editor > BlueprintGraph > FTypePromotion

References

   
Module BlueprintGraph
Header /Engine/Source/Editor/BlueprintGraph/Classes/BlueprintTypePromotion.h
Include #include "BlueprintTypePromotion.h"
Source /Engine/Source/Editor/BlueprintGraph/Private/BlueprintTypePromotion.cpp
static void GetAllFuncsForOp
(
    [FName](API\Runtime\Core\UObject\FName) Operation,
    [TArray](API\Runtime\Core\Containers\TArray)< [UFunction](API\Runtime\CoreUObject\UObject\UFunction) * > & OutFuncs
)

Remarks

Returns all functions for a specific operation. Will empty the given array and populate it with UFunction pointers


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library