Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FCompilerResultsLog
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T * FindSourceObjectTypeChecked
(
UObject* PossiblyDuplicatedObject |
Returns the true source object for the passed in object; does type checking on the result | Kismet2/CompilerResultsLog.h | |
T const * FindSourceObjectTypeChecked
(
UObject const* PossiblyDuplicatedObject |
Kismet2/CompilerResultsLog.h |
FindSourceObjectTypeChecked(UObject *)
Description
Returns the true source object for the passed in object; does type checking on the result
| Name | FindSourceObjectTypeChecked |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Kismet2/CompilerResultsLog.h |
| Include Path | #include "Kismet2/CompilerResultsLog.h" |
template<typename T>
T * FindSourceObjectTypeChecked
(
UObject * PossiblyDuplicatedObject
)
FindSourceObjectTypeChecked(UObject const *)
| Name | FindSourceObjectTypeChecked |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Kismet2/CompilerResultsLog.h |
| Include Path | #include "Kismet2/CompilerResultsLog.h" |
template<typename T>
T const * FindSourceObjectTypeChecked
(
UObject const * PossiblyDuplicatedObject
) const