FKismetFunctionContext::GetScopeFromPinType

Returns a [UStruct](API\Runtime\CoreUObject\UObject\UStruct) scope corresponding to the pin type passed in, if one exists

Windows
MacOS
Linux

References

Module

KismetCompiler

Header

/Engine/Source/Editor/KismetCompiler/Public/KismetCompiledFunctionContext.h

Include

#include "KismetCompiledFunctionContext.h"

Syntax

UStruct * GetScopeFromPinType
(
    FEdGraphPinType & Type,
    UClass * SelfClass
)

Remarks

Returns a UStruct scope corresponding to the pin type passed in, if one exists

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