FTypePromotion::GetAllOpNames

Get a set of the supported operator names for type promo. Ex: "Add", "Subtract", "Multiply"

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 const [TSet](API\Runtime\Core\Containers\TSet)< [FName](API\Runtime\Core\UObject\FName) > & GetAllOpNames()  

Remarks

Get a set of the supported operator names for type promo. Ex: "Add", "Subtract", "Multiply"


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library