Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UPrimitiveComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetDefaultCustomPrimitiveDataFloatArray
(
int32 DataIndex, |
Set default custom primitive data, an array floats at once, from index DataIndex to index DataIndex + Values.Num(), and marks the render state dirty | Components/PrimitiveComponent.h |
|
void SetDefaultCustomPrimitiveDataFloatArray
(
int32 DataIndex, |
Set default custom primitive data, an array floats at once, from index DataIndex to index DataIndex + Values.Num(), and marks the render state dirty | Components/PrimitiveComponent.h |
SetDefaultCustomPrimitiveDataFloatArray(int32, const TArray< float > &)
Description
Set default custom primitive data, an array floats at once, from index DataIndex to index DataIndex + Values.Num(), and marks the render state dirty
| Name | SetDefaultCustomPrimitiveDataFloatArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/PrimitiveComponent.h |
| Include Path | #include "Components/PrimitiveComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/PrimitiveComponent.cpp |
UFUNCTION (BlueprintCallable, Category="Rendering|Material")
void SetDefaultCustomPrimitiveDataFloatArray
(
int32 DataIndex,
const TArray < float > & Values
)
SetDefaultCustomPrimitiveDataFloatArray(int32, TConstArrayView< float >)
Description
Set default custom primitive data, an array floats at once, from index DataIndex to index DataIndex + Values.Num(), and marks the render state dirty
| Name | SetDefaultCustomPrimitiveDataFloatArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/PrimitiveComponent.h |
| Include Path | #include "Components/PrimitiveComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/PrimitiveComponent.cpp |
void SetDefaultCustomPrimitiveDataFloatArray
(
int32 DataIndex,
TConstArrayView< float > Values
)