Navigation
API > API/Plugins > API/Plugins/OptimusCore
References
| Module | OptimusCore |
| Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/IOptimusValueProvider.h |
| Include | #include "IOptimusValueProvider.h" |
Syntax
class IOptimusValueProvider
Remarks
FIXME: A stop-gap shader value provider until we have a proper pin evaluation that handles paths that have a constant, computed, varying and a mix thereof, results.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FShaderValueType::FValue | Returns the stored value as a shader-compatible value. | ||
| FString | GetValueName () |
Returns the value name. | |
| FOptimusDataTypeRef | GetValueType () |
Returns the value type. |