FInitialValueCache::FindStorage

Retrieve the initial value storage for a given initial value type.

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneInitialValueCache.h

Include

#include "EntitySystem/MovieSceneInitialValueCache.h"

Syntax

template<typename PropertyTraits>
TPropertyValueStorage< PropertyTraits > * FindStorage
(
    FComponentTypeID InitialValueType
)

Remarks

Retrieve the initial value storage for a given initial value type. @note Care should be taken to ensure that the template parameter matches the traits defined by the TPropertyComponents for the property.

Returns

Property storage for the initial values or nullptr if none exists

Parameters

Parameter

Description

InitialValueType

The ComponentTypeID for the initial value

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