Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/ShaderCodeLibrary.h |
| Include | #include "ShaderCodeLibrary.h" |
Syntax
struct FCompactFullName
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FName, TInlineAllocator< 16 > > | ObjectClassAndPath |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AppendString
(
FStringBuilderBase& Out |
||
| void | AppendString
(
FAnsiStringBuilderBase& Out |
||
| void | ParseFromString
(
const FStringView& Src |
||
| void | SetCompactFullNameFromObject
(
UObject* InDepObject |
Used to set up some compact FName paths for the FCompactFullName | |
| FString | ToString () |
||
| FString |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FCompactFullName& Other |