FKismetCompilerUtilities::FindPropertyInScope

Finds a property by name, starting in the specified scope; Validates property type and returns NULL along with emitting an error if there is a mismatch.

Windows
MacOS
Linux

References

Module

KismetCompiler

Header

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

Include

#include "KismetCompilerMisc.h"

Source

/Engine/Source/Editor/KismetCompiler/Private/KismetCompilerMisc.cpp

Syntax

static FProperty * FindPropertyInScope
(
    UStruct * Scope,
    UEdGraphPin * Pin,
    FCompilerResultsLog & MessageLog,
    const UEdGraphSchema_K2 * Schema,
    UClass * SelfClass,
    bool & bIsSparseProperty,
    bool bSuppressMissingMemberErrors
)

Remarks

Finds a property by name, starting in the specified scope; Validates property type and returns NULL along with emitting an error if there is a mismatch.

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