template <typename TFunction>
void ForeachUnresolvedReference(
TFunction * function
);
| Name | Description |
|---|---|
TFunction |
This type of function object takes the referenced object as an argument. |
| Name | Description | |
|---|---|---|
| in | function | The function object to be applied. Overload operator() to take each of the following as an argument ResTexture, ResReferenceShader, and ResReferenceLookupTable. |
All referenced objects inside ResGraphicsFile are traversed, and TFunction is applied if a reference object remains unresolved. This is a special version of the pointer.
CONFIDENTIAL