FKismetCompilerUtilities::FindNamedPropertyInScope

Finds a property by name, starting in the specified scope, returning NULL if it's not found.

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 * FindNamedPropertyInScope
(
    UStruct * Scope,
    FName PropertyName,
    bool & bIsSparseProperty
)

Remarks

Finds a property by name, starting in the specified scope, returning NULL if it's not found.

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