Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UMeshComponent
Description
Returns default value for the parameter input.
NOTE: This is not reliable when cooking, as initializing the default value requires a render resource that only exists if the owning world is rendering.
| Name | GetScalarParameterDefaultValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/MeshComponent.h |
| Include Path | #include "Components/MeshComponent.h" |
float GetScalarParameterDefaultValue
(
const FName ParameterName
)