AddInitialValue

Overload list

Windows
MacOS
Linux
Name Description

Private function

FInitialValu...

 

AddInitialValue

(
    const FKeyType& InKey,
    const StorageType& InValue
)

Public function

FInitialValu...

 

AddInitialValue

(
    UObject* BoundObject,
    const StorageType& InValue,
    uint16 ResolvedPropertyOffset
)

Add a cached value for the specified object and fast property ptr offset, returning a unique index for the value @note Value must not have been cached previously - doing so will result in a failed assertion

Public function

FInitialValu...

 

AddInitialValue

(
    UObject* BoundObject,
    const StorageType& InValue,
    FCustomPropertyIndex AccessorIndex
)

Add a cached value for the specified object and a custom property accessor, returning a unique index for the value @note Value must not have been cached previously - doing so will result in a failed assertion

Public function

FInitialValu...

 

AddInitialValue

(
    UObject* BoundObject,
    const StorageType& InValue,
    FTrackInstancePropertyBindings*...
)

Add a cached value for the specified object and a slow bindings instance, returning a unique index for the value @note Value must not have been cached previously - doing so will result in a failed assertion

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