FKismetCompilerUtilities::CreatePrimitiveProperty

Helper function for creating property for primitive types.

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 * CreatePrimitiveProperty
(
    FFieldVariant PropertyScope,
    const FName & ValidatedPropertyName,
    const FName & PinCategory,
    const FName & PinSubCategory,
    UObject * PinSubCategoryObject,
    UClass * SelfClass,
    bool bIsWeakPointer,
    const class UEdGraphSchema_K2 * Schema,
    FCompilerResultsLog & MessageLog
)

Remarks

Helper function for creating property for primitive types. Used only to create inner peroperties for FArrayProperty, FSetProperty, and FMapProperty:

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