Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FShaderMapResourceCode > API/Runtime/RenderCore/FShaderMapResourceCode/FShaderEditorOnlyDataEntry
Syntax
TArray < FString > CompilerWarnings
Remarks
A (deduplicated/sorted) array of all the compiler warnings that were emitted when all shaders resulting in the associated bytecode were compiled (i.e. if multiple shader sources have warnings but compile to the same code, all warnings for each unique source will be reported). Does not contain errors since if there were any errors, this object wouldn't exist.