Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/EntitySystem > API/Runtime/MovieScene/EntitySystem/TSetPropertyValu-
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | ForEachEntity
(
UObject* InObject, |
Task callback that applies a value to an object property via a custom native setter function Must be invoked with a task builder with the specified parameters: FEntityTaskBuilder() |
![]() ![]() |
void | ForEachEntity
(
UObject* InObject, |
Task callback that applies a value to an object property via a fast pointer offset Must be invoked with a task builder with the specified parameters: FEntityTaskBuilder() |
![]() ![]() |
void | ForEachEntity
(
UObject* InObject, |
Task callback that applies a value to an object property via a slow (legacy) track instance binding Must be invoked with a task builder with the specified parameters: FEntityTaskBuilder() |