Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/EntitySystem > API/Runtime/MovieScene/EntitySystem/TPropertyValueStorage > API/Runtime/MovieScene/EntitySystem/TPropertyValueStorage/AddInitialValue
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneInitialValueCache.h |
| Include | #include "EntitySystem/MovieSceneInitialValueCache.h" |
FInitialValueIndex AddInitialValue
&40;
UObject &42; BoundObject,
const StorageType & InValue,
FTrackInstancePropertyBindings &42; SlowBindings
&41;
Remarks
- Add a cached value for the specified object and a slow bindings instance, returning a unique index for the value
-
Value must not have been cached previously - doing so will result in a failed assertion A tuple containing the cached value and its index
Parameters
| Name | Description |
|---|---|
| BoundObject | The object instance to cache the property from. |
| InValue | The value to cache |
| SlowBindings | Pointer to the track instance property bindings object used for retrieving the property value |