Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FLinearColor
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/Color.h |
Include | #include "Math/Color.h" |
bool InitFromString
&40;
const FString & InSourceString
&41;
Remarks
Initialize this Color based on an FString. The String is expected to contain R=, G=, B=, A=. The FLinearColor will be bogus when InitFromString returns false. true if the R,G,B values were read successfully; false otherwise.
Parameters
Name | Description |
---|---|
InSourceString | FString containing the color values. |